1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 01:15:42 +02:00

Merge pull request #195 from sanusart/patch-1

Missing apostrophe
This commit is contained in:
Romain Prieto 2014-05-04 20:21:16 +10:00
commit 2c772b3397

View file

@ -12,4 +12,4 @@
- monitor "node" processes, refreshing every 3 seconds
`watch -n {{3}} "{{ps aux | grep node}}"
`watch -n {{3}} "{{ps aux | grep node}}"`