diff --git a/README.md b/README.md index a6f0d7b..bf05bb3 100644 --- a/README.md +++ b/README.md @@ -21,22 +21,27 @@ If you just want to try Concise CSS or of you do not have plans to customize the ```HTML - + - + ``` -That is for the latest version, if you want to use a specific one you can do something like the following: +#### Semantic versioning with CDN +All major and minor versions of Concise exist in its own folder on the CDN. You can use specific versions of Concise with the CDN by prefixing the CSS file with the version number in the URL. + +For example, you can use the latest version as such: ```HTML - + - + ``` +**Note:** All patch versions of Concise get published automatically to the non-prefixed URL. Patch versions are not organized into a folder. + ### Install with NPM Execute the following command to install Concise CSS from NPM. If you are new to NPM, you can check their [documentation](https://docs.npmjs.com/).