Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erietz committed Jul 24, 2023
1 parent a6a7bbd commit 8c2e90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ backup(local_docs)
backup(remote_docs)
```

Also see [an example config](example config) for how I backup my home server
Also see [an example config][example config] for how I backup my home server
both locally and to an offsite [raspberry pi][pi].

# Notes
Expand Down
2 changes: 1 addition & 1 deletion src/pisync/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.5"
__version__ = "0.0.6"

0 comments on commit 8c2e90e

Please sign in to comment.