From a68fda301af9cef06fff62df0e337345266b0ed3 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 12 Jun 2018 12:04:48 +0200 Subject: [PATCH] docs: add missing block code types in README --- README.md | 6 +++--- meteor-README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96f61dd..d008b83 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ Install Motion UI with npm or Bower. -``` +```sh npm install motion-ui --save bower install motion-ui --save ``` Then to build with **Sass** ([Autoprefixer](https://github.com/postcss/autoprefixer) is required): -``` +```scss // Add the load path "[modules_folder]/motion-ui/src" to your Sass configuration @import 'motion-ui'; @@ -58,7 +58,7 @@ See full [installation instructions](docs/installation.md) ## Develop Locally -``` +```sh git clone https://github.com/zurb/motion-ui cd motion-ui npm install diff --git a/meteor-README.md b/meteor-README.md index 74706b9..a54c7bd 100644 --- a/meteor-README.md +++ b/meteor-README.md @@ -61,7 +61,7 @@ See the [full installation instructions](https://github.com/zurb/motion-ui/tree/ ## Develop Locally -``` +```sh git clone https://github.com/zurb/motion-ui cd motion-ui npm install