slack-logs 1.0.14 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,9 +15,16 @@ This package provides a simple and efficient way to log messages directly to Sla
15
15
  ### Installation
16
16
 
17
17
  - Install the package using npm:
18
- ```npm install slack-logs```
18
+
19
+ ```
20
+ npm install slack-logs
21
+ ```
22
+
19
23
  - Or using yarn:
20
- ```yarn add slack-logs```
24
+
25
+ ```
26
+ yarn add slack-logs
27
+ ```
21
28
 
22
29
  ### Configuration:
23
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slack-logs",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "slack-logs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.ts",