Skip to content

Commit d27afe6

Browse files
authored
Merge pull request #64 from jahn96/binder
Update README and package.json
2 parents 86703a6 + 4f5a92b commit d27afe6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ Read [Press Release](./PRESSRELEASE.md) for more information.
88

99
Check out [the Current Progress](./PROGRESS.md) to keep up with our feature updates!
1010

11-
This extension is composed of a NPM package named `code-snippets`
11+
This extension is composed of a NPM package named `jupyterlab-code-snippets`
1212
for the frontend extension.
1313

1414
## Requirements
1515

16-
* JupyterLab >= 2.0
16+
- JupyterLab >= 2.0
1717

1818
## Install
1919

2020
```bash
21-
jupyter labextension install code-snippets
21+
jupyter labextension install jupyterlab-code-snippets
2222
```
2323

2424
## Troubleshoot
@@ -68,5 +68,5 @@ Now every change will be built locally and bundled into JupyterLab. Be sure to r
6868
### Uninstall
6969

7070
```bash
71-
jupyter labextension uninstall code-snippets
71+
jupyter labextension uninstall jupyterlab-code-snippets
7272
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "code-snippets",
2+
"name": "jupyterlab-code-snippets",
33
"version": "0.1.0",
44
"description": "EXPERIMENTAL: Save, reuse, and share code snippets using JupyterLab Code Snippets",
55
"keywords": [

0 commit comments

Comments
 (0)