diff --git a/README.md b/README.md index 083bc20..80bbd26 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,10 @@ ## About -Parse CSS3 gradient definition and returns AST. +Parse CSS3 gradient definition and returns AST `object`. ## Examples -### JavaScript - ```JavaScript var gradient = require('gradient-parser'); var obj = gradient.parse('linear-gradient(30deg, #000, transparent)'); diff --git a/bower.json b/bower.json index b3b62c6..d4b43e8 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "gradient-parser", "version": "0.1.0", - "main": "gradient-parser.js", + "main": "index.js", "ignore": [ ".editorconfig", ".gitattributes", @@ -20,4 +20,4 @@ "devDependencies": { } -} \ No newline at end of file +}