Omit needless quotation marks.

This commit is contained in:
Thaddee Tyl 2014-01-19 13:03:44 +01:00
parent 58c22dc1cd
commit a35ab25f61

View File

@ -15,7 +15,7 @@ npm install gh-badges
```js
var badge = require('gh-badges');
badge({ text: [ "build", "passed" ], "colorscheme": "green" },
badge({ text: [ "build", "passed" ], colorscheme: "green" },
function(svg) {
// svg is a String… of your badge.
});