js-caesarcipher 2.0.1 → 2.0.3

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,13 +6,15 @@ This package are some packed functions using for process Caesar cipher.
6
6
 
7
7
  # Installation
8
8
  * Browser
9
+
9
10
  Add this script tag to your html code
10
11
 
11
12
  ```html
12
- <script src="https://cdn.jsdelivr.net/npm/js-caesarcipher@1.1.5/script.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/js-caesarcipher/script.js"></script>
13
14
  ```
14
15
 
15
16
  * Node.js
17
+
16
18
  Install Command
17
19
 
18
20
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "js-caesarcipher",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "A JavaScript library for Caesar Cipher",
5
5
  "keywords": [
6
6
  "caesar cipher",