Skip to content

Commit 52fa27d

Browse files
committed
Update README.md
1 parent 6ab3fec commit 52fa27d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# dynamic-script
2-
### A demo project which loads dynamic initialization data via a script tag in
3-
### the static index.html file before any javascript has initialized.
2+
###### A demo project which loads dynamic initialization data via a script tag in the static index.html file before any javascript has initialized.
43

5-
/api/user.js returns a dummy script after a 1 second delay, mimicking
6-
a slow call to an external api server.
4+
/api/user.js returns a dummy script after a 1 second delay, mimicking a slow call to an external api server.
75

86
To setup and start the server run:
9-
npm install
10-
bower install
11-
npm start
7+
8+
npm install
9+
bower install
10+
npm start

0 commit comments

Comments
 (0)