Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymehtasa committed Mar 13, 2019
1 parent fa3690a commit b108b28
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
@@ -1,7 +1,7 @@
## Installation
you install it with npm :
```
npm i sa-link-previe
npm i sa-link-preview
```
## Usage
You can include it easly :
Expand All @@ -11,7 +11,7 @@ You can include it easly :
```
### ES5
```javascript
var linkPreview = require("sa-link-previe");
var linkPreview = require("sa-link-preview");
```
### Parameters
#### url
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"url": "git+https://github.com/teamSolutionAnalysts/link-preview.git"
},
"scripts": {},
"version": "1.0.1"
"version": "1.0.2"
}

0 comments on commit b108b28

Please sign in to comment.