Skip to content

Commit fdb4141

Browse files
committed
Update docs
1 parent 77faac7 commit fdb4141

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ npm install estree-util-attach-comments
2222

2323
## Use
2424

25-
Say we have this weird code:
25+
Say we have this weird `code`:
2626

2727
```js
2828
/* 1 */ function /* 2 */ a /* 3 */ (/* 4 */b) /* 5 */ { /* 6 */ return /* 7 */ b + /* 8 */ 1 /* 9 */ }
2929
```
3030

31+
And our script, `example.js`, looks as follows:
32+
3133
```js
3234
var acorn = require('acorn')
3335
var recast = require('recast')

0 commit comments

Comments
 (0)