diff --git a/README.md b/README.md index 2af8c4c5..f753d4ae 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ Once you have built the editor, start it by running `micro path/to/file.txt` or micro also supports creating buffers from `stdin`: ```sh -ifconfig | micro +ip a | micro ``` You can move the cursor around with the arrow keys and mouse.