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.
- package/README.md +3 -1
- 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
|
|
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
|