Skip to content

Commit f5eb7b0

Browse files
camelidda-x
authored andcommitted
Minor README tweaks
1 parent 0d8ce07 commit f5eb7b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ If you set g:rust_clip_command RustPlay will copy the url to the clipboard.
6767

6868
- Mac:
6969

70-
let g:rust_clip_command = 'pbcopy'
70+
let g:rust_clip_command = 'pbcopy'
7171

7272
- Linux:
7373

74-
let g:rust_clip_command = 'xclip -selection clipboard'
74+
let g:rust_clip_command = 'xclip -selection clipboard'
7575

7676
### Running a test under cursor
7777

78-
In cargo project, the `:RustTest` command will run a test under the cursor.
79-
This is useful when your project is bigger and running all tests take longer time.
78+
In a Cargo project, the `:RustTest` command will run the test that is under the cursor.
79+
This is useful when your project is big and running all of the tests takes a long time.
8080

8181
## Help
8282

0 commit comments

Comments
 (0)