Skip to content

Commit a56e3e5

Browse files
authored
Merge pull request #40 from Qix-/patch-1
INSTALLTION -> INSTALLATION in package.json
2 parents a21fa09 + 3798a51 commit a56e3e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"blah": {
3636
"h_img": "http://i.imgur.com/pKydY5P.png",
3737
"ex_img": "http://i.imgur.com/Om8G7dZ.png",
38-
"installation": "Check out the [INSTALLTION.md](/INSTALLTION.md) guide for more information.",
38+
"installation": "Check out the [INSTALLATION.md](INSTALLATION.md) guide for more information.",
3939
"example": [
4040
{
4141
"p": "In order to run the `webcam.sh` provided in the `example` folder, you will also need streamer. The script uses streamer to make webcam pictures and converts them into ASCII art using the `webcam.js`"
@@ -83,4 +83,4 @@
8383
"cli.js",
8484
"index.js"
8585
]
86-
}
86+
}

0 commit comments

Comments
 (0)