From 37d32cfd2cb7be6917db6f65076682b49dd83d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E5=86=AC?= Date: Thu, 1 Jan 2015 08:09:30 +0800 Subject: [PATCH] fix typo --- README.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44be857..42c96b2 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,10 @@ Rules for parsing a mss selectors --------------------------------- + Class selector is written in `UpperCase` and turn to `.UpperCase`. -+ html tag selector is written in `lowerCase` and turn to `#lowerCase`. -+ id selector is written in `$UpperCase` and turn to `lowerCase`. + ++ html tag selector is written in `lowerCase` and turn to `lowerCase`. + ++ id selector is written in `$UpperCase` and turn to `#lowerCase`. mss diff --git a/package.json b/package.json index a059174..5f44c3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mss-js", - "version": "0.3.1", + "version": "0.3.2", "dependencies": {}, "devDependencies": { "coffee-script": "^1.9.3"