浏览代码

fix readme

motephyr 10 年之前
父节点
当前提交
a6248a133a
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -32,12 +32,10 @@
 ```ruby
   .city-group
     select.city-select
-      option --省份--
+      option --縣市--
       = options_for_select(TaiwanCity.list)
     select.city-select
-      option --城市--
-    select.city-select
-      option --地区--
+      option --鄉鎮市區--
 ```
 
 请留意:所有选择框都要有 `city-select` class,并都包含于 class='city-group' 的 DOM 元素之下。