Skip to content

Commit 09a0ec1

Browse files
authored
Fix clone URL format in README (#98)
### Motivation ``` > git clone git@github.com/apple/swift-temporal-sdk.git fatal: repository 'git@github.com/apple/swift-temporal-sdk.git' does not exist ```
1 parent 6268180 commit 09a0ec1

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
@@ -89,7 +89,7 @@ dependencies: [
8989

9090
1. **Clone the repository**
9191
```bash
92-
git clone git@github.com/apple/swift-temporal-sdk.git
92+
git clone git@github.com:apple/swift-temporal-sdk.git
9393
```
9494

9595
2. **Build the package**

0 commit comments

Comments
 (0)