Skip to content

Commit

Permalink
Moved the screenshot after the installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Sep 2, 2015
1 parent 09c1727 commit 5e85445
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .blah/README.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
<% } %>
<%- _.pack.description %>

<% if (_.pack.blah.ex_img) { %>
![<%- _.pack.name %>](<%-_.pack.blah.ex_img %>)
<% } %>

<% // INSTALLATION %>
## Installation
Expand Down Expand Up @@ -82,6 +78,10 @@ Then, run `<%- _.pack.name %> --help` and see what the cli tool can do.
<% } %>
<% if (_.pack.blah.ex_img) { %>
![<%- _.pack.name %>](<%-_.pack.blah.ex_img %>)
<% } %>
<% // Show the example if there is one %>
<% if (example) { %>
<% var exStrPath = Path.join(example, "index.js"); %>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

A Node.JS module that converts images to ASCII art.

![image-to-ascii](http://i.imgur.com/sjowkpL.png)

## Installation

Install [Graphics Magick](http://www.graphicsmagick.org/).
Expand All @@ -46,6 +44,8 @@ Then, you can install this package:
$ npm i image-to-ascii
```

![image-to-ascii](http://i.imgur.com/sjowkpL.png)

## Example

```js
Expand Down Expand Up @@ -105,4 +105,4 @@ a copy of the license.
[website]: http://ionicabizau.net
[docs]: /DOCUMENTATION.md
[paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MG98D7NPFZ3MG
[donate-now]: http://i.imgur.com/jioicaN.png
[donate-now]: http://i.imgur.com/jioicaN.png

0 comments on commit 5e85445

Please sign in to comment.