Skip to content

Commit bfe6358

Browse files
committed
fix README [ci skip]
1 parent 2bff877 commit bfe6358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ Nenv.debug = true
7171

7272
```ruby
7373
# Without Nenv
74-
puts ENV['GIT_BROWSER`]
75-
puts ENV['GIT_PAGER`]
76-
puts ENV['GIT_EDITOR`]
74+
puts ENV['GIT_BROWSER']
75+
puts ENV['GIT_PAGER']
76+
puts ENV['GIT_EDITOR']
7777
```
7878

7979
now becomes:

0 commit comments

Comments
 (0)