From 427a0f9e7be0aee61a32645b2182361d291bd422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E4=B8=96=E6=88=90?= Date: Sat, 20 Oct 2018 19:20:43 +0800 Subject: [PATCH] Update README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3fd4c68..e9ecc31 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ package main import ( "fmt" - "github.com/qeesung/image2asicc/convert" + "github.com/qeesung/image2ascii/convert" "image" _ "image/jpeg" _ "image/png" @@ -42,7 +42,8 @@ func main() { } ``` -output -Raw Image | ASCII Image -:-------------------------:|:-------------------------: -![](https://raw.githubusercontent.com/qeesung/image2ascii/master/example/images/lufei.jpg) | ![](https://raw.githubusercontent.com/qeesung/image2ascii/master/example/images/lufei_ascii.png) +## example outputs + +| Raw Image | ASCII Image | +| ------------- |:-------------:| +| ![](https://raw.githubusercontent.com/qeesung/image2ascii/master/example/images/lufei.jpg) | ![](https://raw.githubusercontent.com/qeesung/image2ascii/master/example/images/lufei_ascii.png) | -- 2.45.2