Skip to content

Commit

Permalink
docs(readme): remove section re passing bin path for unix installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Sep 25, 2023
1 parent 18d2a9a commit 99b59d7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Expand Up @@ -45,13 +45,6 @@ For macOS, the binary can be installed with [Homebrew](https://brew.sh/):
brew install unrtf
```

Once they have been installed, you will need to pass the `unrtf` installation directory as a parameter to an instance of the UnRTF class:

```js
const { UnRTF } = require("node-unrtf");
const unRtf = new UnRTF("/usr/bin");
```

## API

```js
Expand Down

0 comments on commit 99b59d7

Please sign in to comment.