Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
extremepayne authored Apr 9, 2019
1 parent 9cb6059 commit aecfb3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

## Overview
This repo isd a tool to transform an image into ASCII art. Follow these steps to generate the art:
This repo is a tool to transform an image into ASCII art. Follow these steps to generate the art:
1. Choose an image
2. See the section below "How to create a suitable image" and change the image as shown to make it easier for the generator to generate good art.
3. Save that changed image as a png.
4. Run main.py
4. Run `main.py`
5. Input the path to your image
6. Open `output.txt` with notepad or a similar application and follow the steps in the section "Viewing the completed art" to change the font to courier.
7. Yay! You did it!
Expand Down Expand Up @@ -91,4 +91,3 @@ Using the example from above, the following art is generated:
``.'--,^---.'`
```

0 comments on commit aecfb3c

Please sign in to comment.