From 0c8f8ff61fd1a075869785ea2f1ecb0e1e07f52d Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 15 Mar 2023 12:46:50 -0400 Subject: [PATCH] Fixed typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f813db1..81e0604 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ A swift package that exposes some plugins to set the version of a command line tool to the git tag or the git sha, if a tag is not set for the current commit. -[Github Repo](https://github.com/m-housh/swift-cli-version) -[Documentation](https://m-housh.github.io/swift-cli-version/documentation/cliversion) +- [Github Repo](https://github.com/m-housh/swift-cli-version) +- [Documentation](https://m-housh.github.io/swift-cli-version/documentation/cliversion) ## Overview