chore: update docs in readme

pull/6/head
Amio 2018-07-20 16:30:13 +08:00
rodzic 1e34703c0f
commit acb7a2fc73
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -22,8 +22,10 @@ const badgen = require('badgen')
const svgString = badgen({
subject: 'npm', // <Text>
status: 'v1.2.3', // <Text>
color: 'blue' // <Color RGB> or <Color Name>, optional
style: 'flat' // 'flat' or undefined, optional
color: 'blue', // <Color RGB> or <Color Name>, optional
style: 'flat', // 'flat' or undefined, optional
emoji: true, // Support emoji in text, optional
icon: 'data:image/svg+xml;base64,PHN2Zy...' // Use icon, optional
})
```