From 0e2272b1af4fa9b669fea86a1ffedabaf9582247 Mon Sep 17 00:00:00 2001 From: Michael Dunn Date: Thu, 5 Jan 2017 14:56:12 -0500 Subject: [PATCH] Fix grammar error in readme.md There is a small verb tense error that needs fixing. Cheers! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f48b219c..c8292827 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Swagger UI works in all evergreen desktop browsers (Chrome, Safari, Firefox). In ### Build You can rebuild swagger-ui on your own to tweak it or just so you can say you did. To do so, follow these steps: -### Windows Users: Please install [Python](https://www.python.org/downloads/windows/) before follow below guidelines for node-gyp rebuild to run. +### Windows Users: Please install [Python](https://www.python.org/downloads/windows/) before following the guidelines below for node-gyp rebuild to run. 1. `npm install` 2. `npm run build`