Skip to content

Commit 9f30e1b

Browse files
committed
fixed README grammar
1 parent 4614552 commit 9f30e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ codeprinter makes it easy. Simply copy your code into the text box, select your
88
## Usage
99
codeprinter is currently hosted by GitHub Pages at http://jaredpetersen.github.io/codeprinter/.
1010

11-
If you're concerned about pasting code into some website, you can use it locally as well. codeprinter is a React project that uses NPM and Node.js, so [you'll need both installed](https://nodejs.org/en/download/) in order to do so. Right now codeprinter supports Node 8.x or higher, but the latest LTS version is always recommended.
11+
If you're concerned about pasting code into some website, you can use it locally as well. codeprinter is a React project that uses NPM and Node.js, so [you'll need both installed](https://nodejs.org/en/download/) in order to do so. Right now, codeprinter supports Node 8.x or higher, but the latest LTS version is always recommended.
1212

1313
Once that's out of the way, run the following commands to install the dependencies, build the application, and run it:
1414
```

0 commit comments

Comments
 (0)