diff --git a/README.md b/README.md
index 0e42303..5d0916d 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -63,6 +64,7 @@ disk.changeItem("items", new OnFindListener<Item>() {
       return item;
     }
 });
+```
 
 gradle
 ```groovy