Skip to content

Commit f7178bd

Browse files
committed
Update README with npm package name
1 parent a2afb36 commit f7178bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sudo apt install lynx imagemagick
3030
Install `mdview` from Github, using `npm`:
3131

3232
```sh
33-
npm install -g https://github.com/elementbound/mdview.git
33+
npm install -g @elementbound/mdview
3434
```
3535

3636
## Usage ##

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elementbound/mdview",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "View markdown files from your terminal!",
55
"keywords": [
66
"markdown",

0 commit comments

Comments
 (0)