Skip to content

Commit

Permalink
docs: fix quotes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jan 24, 2025
1 parent 7ded33d commit 0030e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,8 @@ hello world

output

```
export default "hello world"
```js
export default 'hello world'
```

### Node.js API
Expand Down

0 comments on commit 0030e90

Please sign in to comment.