diff --git a/LICENCE.txt b/LICENSE similarity index 100% rename from LICENCE.txt rename to LICENSE diff --git a/README.md b/README.md index 3f86aac..9d5a45b 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,52 @@ 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 +``` -You can minify and move the main reset to the `dist` by running: +Yarn: -```bash +```console +yarn add modern-css-reset +``` + +Unpkg CDN: + +```html + +``` + +jsDelivr CDN: + +```html + +``` + +### Manual installation + +First, let's clone this repository: + +```console +git clone https://github.com/hankchizljaw/modern-css-reset.git +``` + +Then, go to `modern-css-reset` directory: + +```console +cd modern-css-reset +``` + +And now, you can minify and move the main reset to the `dist` by running: + +```console npm run build ``` + +That's it! 🎉 + +## License + +MIT diff --git a/package.json b/package.json index c7e45f6..5ef2628 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,11 @@ "type": "git", "url": "git+https://github.com/hankchizljaw/modern-css-reset.git" }, - "keywords": [], - "author": "", + "keywords": [ + "css reset", + "modern css reset" + ], + "author": "Andy Bell (https://hankchizljaw.com)", "license": "MIT", "bugs": { "url": "https://github.com/hankchizljaw/modern-css-reset/issues"