This is an automated email from the ASF dual-hosted git repository. bce pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/beam-swift.git
commit 2c85d671c840dd5c3f07627cab583326c5f9d52a Author: Manu Zhang <[email protected]> AuthorDate: Wed Oct 18 09:37:01 2023 +0800 Docs: Remove invalid character in package url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5a8960..2efa9aa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Add the package dependency in your `Package.swift`: ```swift .package( - url: "https://github.com/apache/beam-swift", + url: "https://github.com/apache/beam-swift", .branch("main") ) ```
