Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed May 17, 2024
1 parent 8062019 commit 6ffae1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ interface ICalculator {

> ```bash
> $ npm start
> 30 12 1.67 1.41 4.33
> 30 4 12 2.5
> ```
Expand Down
2 changes: 1 addition & 1 deletion website/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ interface ICalculator {

> ```bash filename="Terminal"
> $ npm start
> 30 12 1.67 1.41 4.33
> 30 4 12 2.5
> ```

0 comments on commit 6ffae1b

Please sign in to comment.