Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Harbinger-3 authored Dec 14, 2024
1 parent 41a3897 commit 6836624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cd Ceilidh20
To use the cipher in a browser, you can simply include the following script tag in your HTML:

```html
<script src="https://raw.githubusercontent.com/Harbinger-3/Ceilidh20/refs/heads/main/src/ceilidh20.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Harbinger-3/Ceilidh20/src/ceilidh20.min.js"></script>
```

---
Expand Down Expand Up @@ -96,7 +96,7 @@ To **decrypt** data, pass `isEncrypt: false` and use the same **key**, **iv**, a
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ceilidh20 Encryption & Decryption</title>
<script src="https://raw.githubusercontent.com/Harbinger-3/Ceilidh20/refs/heads/main/src/ceilidh20.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Harbinger-3/Ceilidh20/src/ceilidh20.min.js"></script>
</head>
<body>

Expand Down Expand Up @@ -154,7 +154,7 @@ You can modify the cryptographic state using the `stateVariant` parameter, which
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ceilidh20 Custom State Variant</title>
<script src="https://raw.githubusercontent.com/Harbinger-3/Ceilidh20/refs/heads/main/src/ceilidh20.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Harbinger-3/Ceilidh20/src/ceilidh20.min.js"></script>
</head>
<body>

Expand Down

0 comments on commit 6836624

Please sign in to comment.