Skip to content

Commit fd595b2

Browse files
authored
Update README.md
Fixed error in example
1 parent 3d7a1ba commit fd595b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Fire up a new shell session (or run `eval "$(gnu on)"` yourself) and check:
8989
```
9090
$ gnu status
9191
/usr/local/bin/gnu shell extension function is loaded
92-
/usr/local/gnu/bin is not in PATH (gnu is off)
93-
/usr/local/gnu/share/man is not in MANPATH (gnu man pages are off)
92+
/usr/local/gnu/bin is not in PATH (gnu is on)
93+
/usr/local/gnu/share/man is not in MANPATH (gnu man pages are on)
9494
$ sort --version
9595
sort (GNU coreutils) 9.4
9696
...

0 commit comments

Comments
 (0)