diff options
-rw-r--r-- | fetcher/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetcher/README.md b/fetcher/README.md index 1cf9c03..ea0c693 100644 --- a/fetcher/README.md +++ b/fetcher/README.md @@ -12,7 +12,7 @@ Requirements Since this bash script simply stitches together some tools used to retrieve and unpack the database dump, it requires these to work properly: -* pushd/pop for sane working directory management (the script works in its own directory) +* pushd/popd for sane working directory management (the script works in its own directory) * wget * zcat * sed |