Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit f14298a

Browse files
committed
minor fix in the readme
1 parent 7d8117b commit f14298a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ INSTRUCTIONS
1313

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

16+
```java
1617
import codeanticode.eliza.*;
1718

18-
```java
1919
Eliza eliza;
2020
eliza = new Eliza(this);
2121

0 commit comments

Comments
 (0)