From fd238202d092d6743aac650e01635cca3adc7786 Mon Sep 17 00:00:00 2001 From: James Kolce Date: Sun, 13 Nov 2016 21:19:42 -0700 Subject: [PATCH] Fix code blocks for CDN --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 */ + ```