Skip to content

Commit

Permalink
fix weird code formatting in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahhh committed Feb 11, 2021
1 parent 1d7721e commit 86ecf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Hook(
(log) => {
this.setState(({ logs }) => ({ logs: [...logs, log] }))
},
false
{ encode: false }
)
```

Expand Down

0 comments on commit 86ecf76

Please sign in to comment.