From 9509064c47a5c087d94e521bc49c82b4c8e8fec4 Mon Sep 17 00:00:00 2001 From: Matt McCorry Date: Sat, 11 Jan 2020 10:35:10 +0000 Subject: [PATCH] Fix typo in readme (#7) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 494a998..b307579 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ✨ Publish NuGet -GitHub action to build, pack & publish nuget pacakges automatically when a project version is updated +GitHub action to build, pack & publish nuget packages automatically when a project version is updated ## Usage Create a new `.github/workflows/publish-nuget.yml` file: @@ -50,4 +50,4 @@ nuget_key | API key to authorize the package upload to nuget.org `project_dir` & `tag_format` have default values but a package cannot be published without the `nuget_key` ## License -[MIT](LICENSE) \ No newline at end of file +[MIT](LICENSE)