Skip to content
This repository was archived by the owner on Jan 14, 2019. It is now read-only.

Commit ace87ad

Browse files
committed
fix: trigger publish
1 parent 13e2a24 commit ace87ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Example usage:
7676

7777
```javascript
7878
const parser = require('typescript-estree');
79-
const code = "const hello: string = 'world';";
79+
const code = `const hello: string = 'world';`;
8080
const ast = parser.parse(code, {
8181
range: true,
8282
loc: true

0 commit comments

Comments
 (0)