From 9f62f68e2836d89bdf90fc8b1de37e15cfcdac1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Thu, 23 Jan 2020 22:31:48 +0300 Subject: [PATCH] Update README.md --- README.md | 40 ++++++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3f86aac..5b2641e 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,40 @@ A tiny little reset that you can use as the basis of your CSS projects. You can ## Installation -- NPM: `npm install modern-css-reset` -- Yarn: `yarn add modern-css-reset` -- CDN: - - Unpkg: `` - - jsDelivr: `` +- NPM: -## Commands +```console +$ npm install --save-dev modern-css-reset +``` + +- Yarn: + +```console +$ yarn add modern-css-reset +``` + +- Unpkg CDN: + +```html + +``` + +- jsDelivr CDN: + +```html + +``` + +### Mannual installation You can minify and move the main reset to the `dist` by running: -```bash -npm run build +```console +$ git clone https://github.com/hankchizljaw/modern-css-reset.git +$ cd modern-css-reset +$ npm run build ``` + +## License + +MIT