slack-logs 1.0.13 → 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 +11 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,10 +14,17 @@ This package provides a simple and efficient way to log messages directly to Sla
14
14
 
15
15
  ### Installation
16
16
 
17
- Install the package using npm:
18
- `npm install slack-logs`
19
- Or using yarn:
20
- `yarn add slack-logs`
17
+ - Install the package using npm:
18
+
19
+ ```
20
+ npm install slack-logs
21
+ ```
22
+
23
+ - Or using yarn:
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.13",
3
+ "version": "1.0.15",
4
4
  "description": "slack-logs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.ts",