Skip to content

Commit 2ff1501

Browse files
authored
Update README.md
1 parent 8c8c924 commit 2ff1501

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
@@ -26,8 +26,8 @@ tf.setBackend('tensorflow');
2626
# Download and install JS dependencies, including libtensorflow 1.8.
2727
yarn
2828

29-
# Publish the NPM locally for usage with other packages.
30-
yarn publish-local
29+
# Run TFJS tests against Node.js backend:
30+
yarn test
3131
```
3232

3333
See the `demo` directory that trains MNIST using TensorFlow.js with the

0 commit comments

Comments
 (0)