Skip to content

Commit 2b0a85b

Browse files
Remove extraneous line-breaks in README (#589)
1 parent d1ca3a6 commit 2b0a85b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ To install Nodes' Xcode templates manually, first add Nodes as a dependency to a
7272
> Replace `<version>` in the command with the latest Nodes version.
7373
7474
```
75-
.package(
76-
url: "[email protected]:TinderApp/Nodes.git",
77-
from: "<version>"),
75+
.package(url: "[email protected]:TinderApp/Nodes.git", from: "<version>")
7876
```
7977

8078
Then run the following shell command:

0 commit comments

Comments
 (0)