Skip to content

Commit

Permalink
Fix link to examples directory
Browse files Browse the repository at this point in the history
When the examples link was added to the readme, there was only one
example, so it made sense to link to it directly. Later, a second
example was added.

This updates the link so it points to the directory rather than a
specific module in it.
  • Loading branch information
EliahKagan authored Aug 3, 2023
1 parent b05a7bb commit 9ef98ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pip install npc-gzip

## Usage

See the [examples](./examples/imdb.py) directory for example usage.
See the [examples](./examples/) directory for example usage.

## Testing

Expand Down

0 comments on commit 9ef98ea

Please sign in to comment.