From 6a7d5c2211ba5ec8a1cda3f279c7d4f941e642a7 Mon Sep 17 00:00:00 2001 From: mbndr Date: Sat, 9 Sep 2017 14:36:10 +0200 Subject: [PATCH] update readme --- 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