From e11183fe50e3b3d75e481b1262e3222c565ba8bf Mon Sep 17 00:00:00 2001 From: "Lynn Cyrin (they/them)" Date: Sat, 17 Aug 2019 02:44:49 -0700 Subject: [PATCH] Modernize readme I assume that people no longer care about what the package was named many years ago --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 29ed171..70137ec 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,6 @@ cli [![Go Report Card](https://goreportcard.com/badge/urfave/cli)](https://goreportcard.com/report/urfave/cli) [![codecov](https://codecov.io/gh/urfave/cli/branch/master/graph/badge.svg)](https://codecov.io/gh/urfave/cli) -This is the library formerly known as `github.com/codegangsta/cli` -- Github -will automatically redirect requests to this repository, but we recommend -updating your references for clarity. - cli is a simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way.