Skip to content

Commit c848050

Browse files
Update README.md
1 parent caa6b5e commit c848050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Get up and running with PyTorch models within your NodeJS infrastructure in seco
3030

3131
## Getting Started
3232
### via yarn
33-
You should (assuming nothing's been broken) be able to run `yarn add pytorchjs` to install this package. To make your life a little easier, all the source code is transpiled using [babel](https://babeljs.io/) pre-publish, so that you don't have to delve into the wormhole that is Javascript's transpilation ecosystem (unless you want to, of course).
33+
Assuming nothing's broken:<br />
34+
```yarn add pytorchjs```
3435

3536
### The same old PyTorch models, in NodeJS
3637
Run your PyTorch models in Javascript, just like you would in Python.

0 commit comments

Comments
 (0)