From 9f07b7a952b5b66924b4b3b83c9c827ad828cd51 Mon Sep 17 00:00:00 2001 From: Mitchell Salomon <85707581+Mitchman215@users.noreply.github.com> Date: Mon, 11 Apr 2022 16:57:05 -0400 Subject: [PATCH] Dealer command name correction Propagating typo correction from https://github.com/apple/swift-org-website/pull/21/files --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 561f5db..9c1bb31 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ This example package will be cloned and built as a dependency if you build the ` git clone https://github.com/apple/example-package-dealer.git cd example-package-dealer - swift run Dealer + swift run dealer + +For more information, visit [Swift's package manager documentation](https://www.swift.org/package-manager/).