From fad98bb4fb9d8826775cd69c473cab05a855d326 Mon Sep 17 00:00:00 2001 From: John McCabe Date: Thu, 10 Aug 2017 08:56:13 +0100 Subject: [PATCH] Fix errors in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 731c42c..702e991 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repo contains an example [FaaS](https://github.com/alexellis/faas) function which uses the [johnmccabe/img2ansi](https://github.com/johnmccabe/img2ansi) Go library to convert an image to an ANSI string. -Current the following image formats are supported: +Currently the following image formats are supported: - `png` - `gif` @@ -47,7 +47,7 @@ You can also create the function via the UI at http://localhost:8080/ui/, clicki ## Testing the Function Now that the function is running in your FaaS environment you can test it from the command line by running: ``` -curl localhost:8080/function/kevin2 --data-binary @images/gopher.png +curl localhost:8080/function/img2ansi --data-binary @images/gopher.png ``` -**NOTE**: as mentioned earlier, you should stick to small images for the moment (32x32 or so) as the function does not currently scale down large images. \ No newline at end of file +**NOTE**: as mentioned earlier, you should stick to small images for the moment (32x32 or so) as the function does not currently scale down large images.