Skip to content

Commit 9ef98ea

Browse files
authored
Fix link to examples directory
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.
1 parent b05a7bb commit 9ef98ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pip install npc-gzip
1313

1414
## Usage
1515

16-
See the [examples](./examples/imdb.py) directory for example usage.
16+
See the [examples](./examples/) directory for example usage.
1717

1818
## Testing
1919

0 commit comments

Comments
 (0)