From 6c4745ee22ddd3a0b78e31a4db433021c9bb2290 Mon Sep 17 00:00:00 2001 From: David Stephens Date: Sun, 29 Oct 2017 12:49:08 +0000 Subject: [PATCH] Typo fixes --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 1147c578..48fdc090 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,7 +24,7 @@ For Windows environments or if you simply like to do things manually, read on... ### New to Node -If you're new to Node.js and/or do not care about Node itself and just want to get ENiGMA½ running these steps should get you going on most \*nix type enviornments (Please consider the `install.sh` approach unless you really want to manually install!): +If you're new to Node.js and/or do not care about Node itself and just want to get ENiGMA½ running these steps should get you going on most \*nix type environments (Please consider the `install.sh` approach unless you really want to manually install!): ```bash curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash @@ -64,7 +64,7 @@ The main system configuration is handled via `~/.config/enigma-bbs/config.hjson` ./oputil.js config new ``` -(You wil be asked a series of basic questions) +(You will be asked a series of basic questions) #### Example Starting Configuration Below is an _example_ configuration. It is recommended that you at least **start with a generated configuration using oputil.js described above**.