diff --git a/README.md b/README.md index cc0b143..29dd579 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Almond.CSS +[https://github.com/alvaromontoro/almond.css](https://github.com/alvaromontoro/almond.css) + Almond.CSS is a collection of class-less CSS styles to make simple websites look better. Almond.CSS helps in two ways: it normalizes the CSS styles to provide similar experience cross-browser, and it spices things a little by adding custom styles (that can be personalized!) Use the different HTML5 semantic tags on your website, include the library in your project, and let CSS and the browser work their magic. Just combine your HTML and Almond CSS (no JavaScript needed.) You can see a [demo in this repo running](https://alvaromontoro.github.io/almond.css/demo/). @@ -135,4 +137,4 @@ Instead of having to run the `build` script each time that a change is made, you npm run watch ``` -Notice that only the `almond.css` file (used in the demo html page) will be generated. Once you are ready to build for production, you will have to run the `build` script to generate the light and minified versions described above. \ No newline at end of file +Notice that only the `almond.css` file (used in the demo html page) will be generated. Once you are ready to build for production, you will have to run the `build` script to generate the light and minified versions described above.