Skip to content

Commit

Permalink
minor fix in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codeanticode committed Aug 31, 2013
1 parent 7d8117b commit f14298a
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 @@ -13,9 +13,9 @@ INSTRUCTIONS

The library is easy to use. Just import it, and then create an Eliza object:

```java
import codeanticode.eliza.*;

```java
Eliza eliza;
eliza = new Eliza(this);

Expand Down

0 comments on commit f14298a

Please sign in to comment.