From 6501c413c65b25437da1c4c00364220c5ab897ce Mon Sep 17 00:00:00 2001 From: Ross Gardiner <11gardir+github@gmail.com> Date: Sun, 19 Jul 2015 23:16:11 +0100 Subject: [PATCH] Correct raw scss download url in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9569e5..7159ed5 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ For example: `cd path/to/project/sass` Then use curl to pull down the raw file. - curl -0 https://github.com/adamstac/meyer-reset/raw/master/stylesheets/_meyer-reset.scss + curl -0 https://raw.githubusercontent.com/adamstac/meyer-reset/master/stylesheets/_meyer-reset.scss >> _meyer-reset.scss The same rules apply as mentioned above. All you will need to do is import and go.