docs: update readme

pull/115/head
Amio 2018-08-14 17:50:23 +08:00
rodzic 4f0565e51e
commit 4d73bc02cb
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -47,8 +47,8 @@ We are using [StandardJS][standard-href] style, make sure you have ESLint/Standa
If a service you wish to have is still missing here, we welcome new contirbutions. Basically, you need to add a file in `libs/live-fns/[name-of-service].js` and that's it. Take [crates](https://badgen.net/#crates) as an example:
- [libs/live-fns/crates.js](libs/live-fns/crates.js) - the main function for [crates.io](https://crates.io)
- [libs/live-fns/_index.js](libs/live-fns/_index.js) - the index of live-badges
- [libs/live-fns/crates.js](libs/live-fns/crates.js) - main function for [crates](https://badgen.net/#crates)
- [libs/live-fns/_index.js](libs/live-fns/_index.js) - index of all live-badges
- [libs/index.md](libs/index.md) - the `index.md` holds examples
To ensure that your addition is working correctly start the development server with `npm run dev`.