Skip to content

Commit

Permalink
Update README.md, closes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
ericorruption committed May 20, 2015
1 parent 630fe78 commit 717f73e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ if the image element already has editing attributes and/or editing elements it w
<div class="crop__handlers">
<div class="crop__move-handler"></div>
<span class="crop__top-left-handler"></span>
<span class="crop__top-right-handler"></span>
<span class="crop__bottom-left-handler"></span>
<span class="crop__bottom-right-handler"></span>
</div>
</figure>
Expand All @@ -55,7 +57,7 @@ new Imago(imageElement);
```

### parameters
- **imageElement**: image element used by the imago constructor.
- **imageElement**: image element used by the imago constructor.

### editing attributes
- **data-original-width**;
Expand Down Expand Up @@ -93,6 +95,6 @@ figure
---
### contribute
Everyone can contribute! Finding bugs, creating issues, improving documentation, improving editor it self or creating components.
Every contribution will be welcomed! :santa:
Every contribution will be welcomed! :santa:

**Fork it** -> **Branch it** -> **Test it** -> **Push it** -> **Pull Request it** :gem:

0 comments on commit 717f73e

Please sign in to comment.