Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst authored Sep 22, 2016
1 parent d4ce0d1 commit c6739ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ disk.write("testKey", "test");
```
##Array support
The array support is internally a memory disk
```java
//Without custom name
Disk disk = Floppy.arrayDisk();
//With custom name
Expand Down Expand Up @@ -63,6 +64,7 @@ disk.changeItem("items", new OnFindListener<Item>() {
return item;
}
});
```

gradle
```groovy
Expand Down

0 comments on commit c6739ec

Please sign in to comment.