apius 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,11 +14,11 @@
14
14
  import apius from 'apius'
15
15
 
16
16
  // - You can send colored log message!
17
- apius.log("hello world!", "color") // its can be bold. apius.log("hello world!", "color", true)
17
+ apius.log("Hello world!", "color") // its can be bold. apius.log("hello world!", "color", true)
18
18
 
19
19
  // - And you can use RGB codes!
20
- apius.logRGB("hello world!", [rgb code]) // its can be bold. apius.log("hello world!", [rgb code], true)
20
+ apius.logRGB("Hello world!", [rgb code]) // its can be bold. apius.log("hello world!", [rgb code], true)
21
21
 
22
22
  // - Also you can use hex codes!
23
- apius.logHex("hello world!", "hex code") // its can be bold. apius.logHex("hello world!", "hex code", true)
23
+ apius.logHex("Hello world!", "hex code") // its can be bold. apius.logHex("hello world!", "hex code", true)
24
24
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apius",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "A simple package.",
5
5
  "main": "index.js",
6
6
  "type": "module",