Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juangallostra authored Dec 12, 2016
1 parent c0423f3 commit 0186002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Image2ASCII
Program that converts images to ASCII art images. The user can interact with the program via simple friendly GUI.

The project file is: Image2ASCII.csproj
The project file is: ```Image2ASCII.csproj```

## How does it work?

Expand All @@ -18,7 +18,7 @@ The main problem with this approach is that the resulting image has a low color
## Program Logic

The program logic can be found in the files:
- Initialize.cs
- HelperMethods.cs
- ```Initialize.cs```
- ```HelperMethods.cs```


0 comments on commit 0186002

Please sign in to comment.