Merge pull request #11 from hhltk/patch-1

docs: Fix a typo in README
This commit is contained in:
dylan 2020-08-07 01:28:59 +03:00 committed by GitHub
commit 0b12c5397b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -65,7 +65,7 @@ rather flexible.
# store pwd in var on exit
var=$(shfm)
# store pwd in a file one exit
# store pwd in a file on exit
shfm > file
For ease of use, a wrapper function can be added to your .shellrc (.bashrc, etc).