From a0aadc68eb88af3acad9be0ec18c8b91438fd984 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 7 Jul 2022 13:54:19 +0900 Subject: [PATCH] Spelling for GitHub CLI (#1744) --- README.md | 2 +- projects_using_cobra.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bf15208..a672c230 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Cobra is a library for creating powerful modern CLI applications. Cobra is used in many Go projects such as [Kubernetes](https://kubernetes.io/), -[Hugo](https://gohugo.io), and [Github CLI](https://github.com/cli/cli) to +[Hugo](https://gohugo.io), and [GitHub CLI](https://github.com/cli/cli) to name a few. [This list](./projects_using_cobra.md) contains a more extensive list of projects using Cobra. [![](https://img.shields.io/github/workflow/status/spf13/cobra/Test?longCache=tru&label=Test&logo=github%20actions&logoColor=fff)](https://github.com/spf13/cobra/actions?query=workflow%3ATest) diff --git a/projects_using_cobra.md b/projects_using_cobra.md index 91896620..dadfd24a 100644 --- a/projects_using_cobra.md +++ b/projects_using_cobra.md @@ -13,7 +13,7 @@ - [Gardener](https://github.com/gardener/gardenctl) - [Giant Swarm's gsctl](https://github.com/giantswarm/gsctl) - [Git Bump](https://github.com/erdaltsksn/git-bump) -- [Github CLI](https://github.com/cli/cli) +- [GitHub CLI](https://github.com/cli/cli) - [GitHub Labeler](https://github.com/erdaltsksn/gh-label) - [Golangci-lint](https://golangci-lint.run) - [GopherJS](https://github.com/gopherjs/gopherjs)