Skip to content

Commit

Permalink
Lowercase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TryHardHusky committed Nov 3, 2017
1 parent b22d9b4 commit 596a779
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 20 deletions.
39 changes: 22 additions & 17 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Quick Start
**Install in your app directory**

```shell
$ npm install SteamMarketSearch --save
$ npm install steam-market-search --save
```

**Basic usage**
```javascript
var SteamMarket = require('SteamMarketSearch');
var SteamMarket = require('steam-market-search');

// 311210 = Call of Duty: Black Ops III

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": "SteamMarketSearch",
"name": "steam-market-search",
"version": "1.0.0",
"dependencies": {
"html-to-json": "^0.6.0",
Expand Down

0 comments on commit 596a779

Please sign in to comment.