diff --git a/README.md b/README.md index 39d85b5..829f4f4 100644 --- a/README.md +++ b/README.md @@ -19,21 +19,21 @@ There are 3 different options to install Concise CSS in your website, although t If you just want to try Concise CSS or of you do not have plans to customize the styles, you can use our CDN, this is the easier way to get started with the framework—and if you like it—is recommended to switch to NPM so that you can customize the styles. -```CSS -/* Normal - Latest version */ +```HTML + -/* Minified - Latest version */ + ``` That is for the latest version, if you want to use a specific one you can do something like the following: -```CSS -/* Normal - Specific version */ +```HTML + -/* Minified - Specific version */ + ```