Skip to content

Commit d6b93a8

Browse files
fix(readme): fix readme information
1 parent 4ff51f3 commit d6b93a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ go get -u github.com/josharian/impl
2424
* `// mt MyType`
2525
* `// mp *MyPointer`
2626
* Open the **Command Palette**
27-
* `Ctrl+Shift+P` (Linux or Windows)
28-
* `Shift+Command+P`(macOS)
27+
* `Ctrl+Shift+P` (Linux and Windows)
28+
* `Shift+Command+P` (macOS)
2929
* Look for *Go: Implement Interface Methods*
3030
* Start typing the name of the interface and pick one from the list (ex: `io.Reader`)
3131
* Hit Enter!
3232

33-
![Usage](https://github.com/ricardoerikson/vscode-go-impl-methods/blob/main/img/usage.gif)
33+
![Usage](https://raw.githubusercontent.com/ricardoerikson/vscode-go-impl-methods/main/img/usage.gif)
3434

3535
## Author
3636

0 commit comments

Comments
 (0)