Update README.md

This commit is contained in:
Andros Fenollosa 2020-07-05 10:48:26 +02:00 committed by GitHub
parent 2952077c87
commit 663a6124b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# FFNM (Front-End for the next master)
Simple utility to avoid writing Javascript when working with classes.
Simple utility to **avoid writing Javascript** when working with **classes**. It only takes up **1Kb**!
## Documentation
@ -16,7 +16,7 @@ Simple utility to avoid writing Javascript when working with classes.
Add to your `<head>` the following tag.
```html
<script src="https://cdn.jsdelivr.net/gh/tanrax/FFNM@v1.0.0/ffnm.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/tanrax/FFNM@v1.0.0/dist/ffnm.min.js"></script>
```
### Examples