Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
And one more typo that I made :)
  • Loading branch information
rmshkv authored Feb 5, 2024
1 parent 3085b61 commit 785d1b4
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 @@ -15,7 +15,7 @@ To do that you need to:

At this point you can preview your built site with your preferred method. Here are some options:

1. Navigating to `_build/index.html` and opening in your prefrered browser (often possible with a right click).
1. Navigating to `_build/index.html` and opening in your preferred browser (often possible with a right click).
2. View via localhost by using Python `python -m SimpleHTTPServer`
3. Or view via localhost by using Node.js with `npm install http-server -g` and `http-server name-of-file`

Expand Down

0 comments on commit 785d1b4

Please sign in to comment.