From 785d1b4dda8481a8bf46877f13c8df6eaa11369b Mon Sep 17 00:00:00 2001 From: Lev Romashkov <48655356+rmshkv@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:54:51 -0700 Subject: [PATCH] Update README.md And one more typo that I made :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36682877e..b34a4addb 100644 --- a/README.md +++ b/README.md @@ -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`