From d75a676001b004347630062b0f61ef167eedeca2 Mon Sep 17 00:00:00 2001 From: Maxi Binder Date: Mon, 4 Sep 2017 18:25:10 +0200 Subject: [PATCH] grammar fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94fbf95..b1e7457 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/mbndr/figlet4go)](https://goreportcard.com/report/github.com/mbndr/figlet4go) -`figlet4go` is a go library forked from which is a port of [FIGlet](http://www.figlet.org/) to Golang. +`figlet4go` is a go library which is a port of [FIGlet](http://www.figlet.org/) to Golang. With `figlet4go` it's easy to create **ascii text banners** in the command-line or with the given api. ![screenshot](./screenshot/figlet4go.png) -**This Repository used to be a fork of [getwe/figlet4go](https://github.com/getwe/figlet4go), but changed so much that it's not compatible anymore** +This Repository used to be a fork of [getwe/figlet4go](https://github.com/getwe/figlet4go), but I changed so much that it's not compatible anymore ## Installation