Skip to content

Commit

Permalink
Including instructions for javascript usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vicalejuri committed Feb 20, 2017
1 parent 84547ca commit aac60ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Using PHP, call the script this way:
echo '<img height="70px" width="70px" src="your/path/to/cat-avatar-generator?seed='.$var.'"/>';
```

Using pure Javascript, use it like this:
In pure Javascript, use it like this:

```
<div class="avatar" data-seed="myusername">
Expand Down

0 comments on commit aac60ab

Please sign in to comment.