Skip to content

Commit 15143c2

Browse files
jwc1Nikhil Thorat
authored and
Nikhil Thorat
committed
Update README.md with better language. (#51)
1 parent d1f18a0 commit 15143c2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
This repository contains a set of examples implemented in
44
[TensorFlow.js](http://js.tensorflow.org).
55

6-
Each example directory is completely standalone so you can copy the directory
6+
Each example directory is standalone so the directory can be copied
77
to another project.
88

99
## How to build an example
10-
11-
To build an example, first `cd` into the directory and run `yarn` to install
12-
the dependencies of the example, and `yarn watch` to build it, for example:
10+
`cd` into the directory, run `yarn` to install
11+
the dependencies of the example, and `yarn watch` to build it. For example:
1312

1413
```sh
1514
cd mnist-core
@@ -22,8 +21,7 @@ yarn watch
2221
The convention is that each example contains two scripts:
2322

2423
- `yarn watch`: starts a local development HTTP server which watches the
25-
filesystem for changes so you can edit the code (JS or HTML) and immediately
26-
see changes when you refresh the page.
24+
filesystem for changes so you can edit the code (JS or HTML) and see changes when you refresh the page immediately.
2725

2826
- `yarn build`: generates a `dist/` folder which contains the build artifacts and
2927
can be used for deployment.

0 commit comments

Comments
 (0)