From 65625387b39619564a20d73a4caea212f4160526 Mon Sep 17 00:00:00 2001 From: John Mancini Date: Mon, 28 Jun 2021 23:02:48 -0400 Subject: [PATCH] fixed cap --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bab350..a51786e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PingBoardApiClient +# PingboardApiClient [![Build](https://github.com/Johnmancini30/PingboardApiClient/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Johnmancini30/PingboardApiClient/actions/workflows/dotnet.yml) [![NuGet](https://img.shields.io/nuget/v/pingboardapiclient?color=g)](https://nuget.org/packages/PingboardApiClient) @@ -22,4 +22,4 @@ var users = await pingboardClient.Users.GetUsersAsync(); ### Bugs or Features Please submit any bug reports or feature requests and I will try to implement them ASAP. Additionally, please submit a PR if that's easier. -Design is heavily inspired by [GitLabApiClient](https://github.com/nmklotas/GitLabApiClient) \ No newline at end of file +Design is heavily inspired by [GitLabApiClient](https://github.com/nmklotas/GitLabApiClient)