diff options
author | emkael <emkael@tlen.pl> | 2015-04-14 11:36:48 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-04-14 11:36:48 +0200 |
commit | 75752e4536cd99e3f185b191f4fb9da62d85fee3 (patch) | |
tree | 29b620f4605413fad3bd767bb35ca7813b611f82 | |
parent | e347fd781e368573baf1d18c7d1565ffa0b765bc (diff) |
Update README.md
-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 |