Skip to content

Commit

Permalink
Update README with npm package name
Browse files Browse the repository at this point in the history
  • Loading branch information
elementbound committed Oct 6, 2019
1 parent a2afb36 commit f7178bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sudo apt install lynx imagemagick
Install `mdview` from Github, using `npm`:

```sh
npm install -g https://github.com/elementbound/mdview.git
npm install -g @elementbound/mdview
```

## Usage ##
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elementbound/mdview",
"version": "1.0.0",
"version": "1.0.1",
"description": "View markdown files from your terminal!",
"keywords": [
"markdown",
Expand Down

0 comments on commit f7178bd

Please sign in to comment.