Skip to content

Commit

Permalink
docs: remove ESM import from usage example
Browse files Browse the repository at this point in the history
Closes #1.
  • Loading branch information
ark120202 authored Mar 10, 2019
1 parent 4f6c0eb commit 867724b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
## Usage

```js
import {
const {
findSteam,
findSteamAppById,
findSteamAppByName,
findSteamAppManifest,
findSteamLibraries,
} from 'find-steam-app';
} = require('find-steam-app');

await findSteamAppById(570);
// => '/path/to/steam/steamapps/common/dota 2 beta'
Expand Down

0 comments on commit 867724b

Please sign in to comment.