Skip to content

Commit cc70488

Browse files
authored
Merge pull request #1134 from rasa/patch-2
Fix minor typos, formatting tweaks
2 parents 80d5b57 + 5f0e37d commit cc70488

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ can be skipped.
3030

3131
- FreeBSD i386/amd64/arm
3232
- Linux i386/amd64/arm(raspberry pi)
33-
- Windows/amd64
33+
- Windows i386/amd64/arm/arm64
3434
- Darwin i386/amd64
3535
- OpenBSD amd64 (Thank you @mpfz0r!)
3636
- Solaris amd64 (developed and tested on SmartOS/Illumos, Thank you
@@ -72,22 +72,22 @@ The output is below.
7272
Total: 3179569152, Free:284233728, UsedPercent:84.508194%
7373
{"total":3179569152,"available":492572672,"used":2895335424,"usedPercent":84.50819439828305, (snip...)}
7474

75-
You can set an alternative location to /proc by setting the HOST_PROC
75+
You can set an alternative location to `/proc` by setting the `HOST_PROC`
7676
environment variable.
7777

78-
You can set an alternative location to /sys by setting the HOST_SYS
78+
You can set an alternative location to `/sys` by setting the `HOST_SYS`
7979
environment variable.
8080

81-
You can set an alternative location to /etc by setting the HOST_ETC
81+
You can set an alternative location to `/etc` by setting the `HOST_ETC`
8282
environment variable.
8383

84-
You can set an alternative location to /var by setting the HOST_VAR
84+
You can set an alternative location to `/var` by setting the `HOST_VAR`
8585
environment variable.
8686

87-
You can set an alternative location to /run by setting the HOST_RUN
87+
You can set an alternative location to `/run` by setting the `HOST_RUN`
8888
environment variable.
8989

90-
You can set an alternative location to /dev by setting the HOST_DEV
90+
You can set an alternative location to `/dev` by setting the `HOST_DEV`
9191
environment variable.
9292

9393
## Documentation
@@ -152,7 +152,7 @@ Some code is ported from Ohai. many thanks.
152152

153153
## Current Status
154154

155-
- x: work
155+
- x: works
156156
- b: almost works, but something is broken
157157

158158
|name |Linux |FreeBSD |OpenBSD |macOS |Windows |Solaris |
@@ -290,5 +290,5 @@ I have been influenced by the following great works:
290290
4. Push to the branch (git push origin my-new-feature)
291291
5. Create new Pull Request
292292

293-
English is not my native language, so PRs correcting grammer or spelling
293+
English is not my native language, so PRs correcting grammar or spelling
294294
are welcome and appreciated.

0 commit comments

Comments
 (0)