Skip to content

Commit 0cf2a70

Browse files
committed
typo fix
1 parent c79d784 commit 0cf2a70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RoyalScript is a both a compiled or interpreted language, this depends on the ja
2626
To install RoyalScript, you can use npm by typing the command:
2727

2828
```
29-
$ npm install -g pike
29+
$ npm install -g royalscript
3030
```
3131
RoyalScript, when run natively uses `.royal` files. To compile a RoyalScrpt file to javascript, use
3232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "royalscript",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A functional programming language with mutable data thats Royal!",
55
"main": "Main.js",
66
"scripts": {

0 commit comments

Comments
 (0)