You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ codeprinter makes it easy. Simply copy your code into the text box, select your
8
8
## Usage
9
9
codeprinter is currently hosted by GitHub Pages at http://jaredpetersen.github.io/codeprinter/.
10
10
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.
12
12
13
13
Once that's out of the way, run the following commands to install the dependencies, build the application, and run it:
0 commit comments