From f4685475d0aba147acf1e11d2c9ee702c2ef1d27 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 15 Mar 2023 12:46:12 -0400 Subject: [PATCH] Fixed typo in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc12ce9..f813db1 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,6 @@ You can view the latest [documentation here](https://m-housh.github.io/swift-cli This project relys on the following dependencies: -[swift-argument-parser](https://github.com/apple/swift-argument-parser) -[swift-dependencies](https://github.com/pointfreeco/swift-dependencies) -[swift-shell-client](https://github.com/m-housh/swift-shell-client) +- [swift-argument-parser](https://github.com/apple/swift-argument-parser) +- [swift-dependencies](https://github.com/pointfreeco/swift-dependencies) +- [swift-shell-client](https://github.com/m-housh/swift-shell-client)