Skip to content

Commit

Permalink
Update readme and reference to package
Browse files Browse the repository at this point in the history
  • Loading branch information
winnekes committed Jul 7, 2021
1 parent 8e51f83 commit 337a539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ Also, you have to install `jupyter`. Follow the instruction of
### Stand-alone
After installing these, install ITypescript by typing following shell command (Linux/Unix/Mac):
```sh
sudo -H npm install -g @winnekes/itypescript
sudo -H npm install -g itypescript
```
For windows, find `node.js prompt`, run it as administrator, and type:
```sh
npm install -g @winnekes/itypescript
npm install -g itypescript
```

### Jupyter Kernel
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@winnekes/itypescript",
"name": "itypescript",
"version": "0.4.0",
"description": "ITypescript is a Typescript kernel for the Jupyter notebook (A Modified version of IJavascript module)",
"keywords": [
Expand Down

0 comments on commit 337a539

Please sign in to comment.