Skip to content

Commit 3ba1c99

Browse files
committed
Merge pull request #41 from JGiola/master
[Typo fix] Fix wrong number in list
2 parents c31aab1 + 7bad5d7 commit 3ba1c99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/DevelopingPackages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Doing so with the package manager is relatively simple:
1616
3. `git init`
1717
4. `git remote add origin [github-URL]`
1818
5. `git tag 1.0.0`
19-
5. `git push origin master --tags`
20-
19+
6. `git push origin master --tags`
20+
2121
Now delete the subdirectory, and amend your `Package.swift` so that its `package` declaration includes:
2222

2323
```swift

0 commit comments

Comments
 (0)