Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 117f827

Browse files
committed
updates readme for running instructions
1 parent e81d0f8 commit 117f827

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

jquery/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ For best results, scroll the window using the scrollbar.
1010

1111
## Running
1212
```
13-
npm run start
13+
npm install
14+
tsc
1415
open parallax.html
1516
```

jquery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "jQuery Typescript Demo",
55
"scripts":{
6-
"start": "tsc"
6+
"tsc": "tsc"
77
},
88
"dependencies": {
99
"jquery": "^3.1.1"

0 commit comments

Comments
 (0)