From 4d73bc02cbb7843819df1087b8f7009d6ad029fd Mon Sep 17 00:00:00 2001 From: Amio Date: Tue, 14 Aug 2018 17:50:23 +0800 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fa4bf9..5e22825 100644 --- a/README.md +++ b/README.md @@ -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`.