From eb2f45573d6976f1ae17f1bf6c3f145af6aaf418 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 13 Dec 2019 20:48:27 -0500 Subject: [PATCH] Better wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a63fed..fe81ea13 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Xiao is a Discord bot coded in JavaScript with ### Before You Begin -1. Make sure you have installed [Node.js](https://nodejs.org/en/) >=12 and [Git](https://git-scm.com/). +1. Make sure you have installed [Node.js](https://nodejs.org/en/) (you will need **at least v12.0.0**) and [Git](https://git-scm.com/). 2. Clone this repository with `git clone https://github.com/dragonfire535/xiao.git`. 3. Run `cd xiao` to move into the folder that you just created. 4. Create a file named `.env` and fill it out as shown in `.env.example`.