From 40fff3ee2f9f0946c2d487fa1e429bc0ef323ecb Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Mon, 25 May 2015 15:32:49 +0200 Subject: [PATCH] Fix a code example Replace 0.x.x with x.x.x as indicated in the description (I misinterpreted it as 0.* while current version is 2.x.x) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ba4e133af..e792ed1e68 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Install Primer with Bower by adding `primer-css` to your app's `bower.json` (in { "name": "myapp", "dependencies": { - "primer-css": "0.x.x" + "primer-css": "x.x.x" } } ```