Skip to content

Commit

Permalink
slight modification to README
Browse files Browse the repository at this point in the history
  • Loading branch information
10Nates committed Jan 2, 2022
1 parent 5aa5e77 commit 9df893e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ MicroCookie is not currently designed for npm (even though I have the package.js

```html
<!-- Stored locally -->
<script src="microcookie.js"></script>
<script src="microcookie-min.js"></script>

<!-- Stored on my website (no garunteed reliability) -->
<script src="https://almostd.one/pkg/microcookie-min.js"></script>
Expand Down Expand Up @@ -130,4 +130,4 @@ MicroCookie.remove("test")

### Full examples

A the time of writing, there is one full example, which is available in the [`test/`](./test/testpage.html) folder as [`test/testpage.html`](./test/testpage.html)
A the time of writing, there is one full example, which is available in the [`test/`](./test/) folder as [`test/testpage.html`](./test/testpage.html)

0 comments on commit 9df893e

Please sign in to comment.