Skip to content

Commit

Permalink
Point out changed line
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 13, 2019
1 parent 6301850 commit 64bf7d5
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 @@ -32,7 +32,7 @@ and replace the decorator, including a directory pattern to synchronize instance
```python
from datafiles import datafile

@datafile("inventory/items/{self.name}.yml")
@datafile("inventory/items/{self.name}.yml") # <= save instances in the `inventory/items` directory
class InventoryItem:
"""Class for keeping track of an item in inventory."""

Expand Down

0 comments on commit 64bf7d5

Please sign in to comment.