Skip to content

Commit

Permalink
Fixed typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Krutnes committed Dec 17, 2021
1 parent bcb34f8 commit 5638695
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 @@ -47,7 +47,7 @@ It supports updated path if it exists, if not; remove updated_path and since fro

```
<html>
<bar>Hei</bar>
<bar>Hello</bar>
</html>
```

Expand Down Expand Up @@ -93,6 +93,6 @@ will be rendered as

```
<html>
<bar>Hei</bar>
<bar>Hello</bar>
</html>
```

0 comments on commit 5638695

Please sign in to comment.