updated README
diff --git a/weex-loader/README.md b/weex-loader/README.md
index ffd6f55..92d07b7 100644
--- a/weex-loader/README.md
+++ b/weex-loader/README.md
@@ -16,10 +16,6 @@
 3. Can require a CommonJS module.
 4. Can specify the name of a component.
 
-## Not yet for Spec
-
-0. `<we-element>/<wa-element>/<wx-element>/<element>` tag
-
 ## Usage
 
 ### How to load a `.we` file.
@@ -28,7 +24,6 @@
 ```javascript
 var path = require('path');
 var webpack = require('webpack');
-
 var loader = require('weex-loader');
 
 module.exports = {
@@ -45,7 +40,7 @@
       }
     ]
   }
-}
+};
 ```
 
 ### How to write parted files