Skip to content
This repository was archived by the owner on May 1, 2023. It is now read-only.

Commit 6996958

Browse files
author
안지훈
authored
Update README.md
1 parent 57184b2 commit 6996958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct SnippetEx: Snippet {
2222
var xcodeSnippet: [XcodeSnippet] = []
2323
}
2424

25-
_ = try snippetEx().install()
25+
try snippetEx().install()
2626
```
2727
You can use it like this. XcodeSnipet is really simple, right?
2828

0 commit comments

Comments
 (0)