Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Sep 22, 2023
1 parent b1a5fe0 commit 0fa8fef
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 @@ -9,14 +9,14 @@ Installs sox binaries and allows you to use them in your python code.

# Usage

Outside of python, static_sox can be used to access the library.
Outside of python, static_sox can be used to access the library (which will trigger a download on first use).

```bash
> pip install static-sox
> static_sox # static_sox will pass all args to sox
```

Inside python, you can just add the paths (which will trigger a download) then use sox as you
Inside python, you can just add the paths (which will trigger a download on first use) then use sox as you
normally would.

```python
Expand Down

0 comments on commit 0fa8fef

Please sign in to comment.