Skip to content

Commit 55169ec

Browse files
committed
Refactor prose
1 parent 39b0695 commit 55169ec

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "unist-util-source",
33
"version": "1.0.5",
4-
"description": "Utility to get the source of a value",
4+
"description": "unist utility to get the source of a value",
55
"license": "MIT",
66
"keywords": [
77
"unist",
8+
"unist-util",
9+
"util",
10+
"utility",
811
"node",
912
"position",
1013
"source"

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
npm install unist-util-source
1919
```
2020

21-
## Usage
21+
## Use
2222

2323
Say we have the following file, `example.md`:
2424

@@ -29,7 +29,7 @@ Say we have the following file, `example.md`:
2929

3030
And our script, `example.js`, looks as follows:
3131

32-
```javascript
32+
```js
3333
var vfile = require('to-vfile')
3434
var unified = require('unified')
3535
var parse = require('remark-parse')
@@ -102,7 +102,7 @@ abide by its terms.
102102

103103
[collective]: https://opencollective.com/unified
104104

105-
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
105+
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg
106106

107107
[chat]: https://spectrum.chat/unified/syntax-tree
108108

0 commit comments

Comments
 (0)