Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
韩冬 committed Jan 1, 2015
1 parent 79e5e2f commit 37d32cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mss-js",
"version": "0.3.1",
"version": "0.3.2",
"dependencies": {},
"devDependencies": {
"coffee-script": "^1.9.3"
Expand Down

0 comments on commit 37d32cf

Please sign in to comment.