Skip to content

Commit

Permalink
chore: readme grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Aug 28, 2024
1 parent 9c74aa1 commit 3ddccf5
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
@@ -1,6 +1,8 @@
# uicons.js

uicons.js is a JavaScript class based on the [UICONS](https://github.com/UIcons/UIcons) specification. It can be used with any file extensions. Works in the browser and in Node.js. View the example code to see implementation details for both audio and image files.
uicons.js is a JavaScript class based on the [UICONS](https://github.com/UIcons/UIcons) specification. It can be used with any file extensions, works in the browser and on the server.

View the [example](./example/) code to see implementation details for both audio and image files. See [tests](./src/uicons.test.ts) for additional examples.

### [Demo Page](https://turtiesocks.github.io/uicons.js/)

Expand Down Expand Up @@ -62,8 +64,6 @@ const device = uicons.device(online)
const spawnpoint = uicons.spawnpoint(has_known_tth)
```

See [tests](./src/uicons.test.ts) for more examples.

## Development

```bash
Expand Down

0 comments on commit 3ddccf5

Please sign in to comment.