Skip to content

Commit 744cde5

Browse files
authored
Update README.md
1 parent cf9a67b commit 744cde5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## scratchjr-website
1+
## scratchjr- An Amazing website
22
#### Code for the [ScratchJr website](https://scratchjr.org)
33

44
[![Build Status](https://travis-ci.org/LLK/scratchjr-website.svg?branch=develop)](https://travis-ci.org/LLK/scratchjr-website)
@@ -20,7 +20,7 @@ Note: There will be a warning about a peer dependency on jquery. You can ignore
2020
npm start
2121
```
2222

23-
During development, `npm start` watches any update you make to files in either `./static` or `./src` and triggers a rebuild of the project. In development the build is stored in memory, and not served from the `./build` directory.
23+
During development, `npm start` watches any update you make to files in either `./static` or `./src` and triggers a rebuild of the project. In development the build is stored in memory, and not served from the `./build` directory.
2424

2525
When running `npm start`, here are some important log messages to keep an eye out for:
2626
* `webpack: bundle is now VALID.` – the bundle has been loaded into memory and is now viewable in the browser. This will show up both once `npm start` has completed its setup, and also once updates you make to files have been re-compiled for viewing in the browser.

0 commit comments

Comments
 (0)