Skip to content

Commit 11a4436

Browse files
authored
docs: fix readme (#76)
1 parent d4a5826 commit 11a4436

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,14 @@ whether the first character in the argument is a quotation mark.
179179

180180
```js
181181
{ type: 'function', sourceIndex: 0, value: 'url', before: ' ', after: ' ', nodes: [
182-
type: 'string', sourceIndex: 5, quote: '"', value: '/gfx/img/bg.jpg' },
182+
{ type: 'string', sourceIndex: 5, quote: '"', value: '/gfx/img/bg.jpg' },
183183
] }
184184
```
185185

186186
### unicode-range
187187

188-
The unicode-range CSS descriptor sets the specific range of characters to be
189-
used from a font defined by @font-face and made available
188+
The unicode-range CSS descriptor sets the specific range of characters to be
189+
used from a font defined by @font-face and made available
190190
for use on the current page (`unicode-range: U+0025-00FF`).
191191

192192
Node-specific properties:
@@ -195,7 +195,7 @@ Node-specific properties:
195195

196196
## API
197197

198-
```
198+
```js
199199
var valueParser = require('postcss-value-parser');
200200
```
201201

@@ -258,6 +258,6 @@ Stringifies the node tree.
258258

259259
Walks each node inside `parsed.nodes`. See the documentation for `valueParser.walk()` above.
260260

261-
# License
261+
## License
262262

263263
MIT © [Bogdan Chadkin](mailto:trysound@yandex.ru)

0 commit comments

Comments
 (0)