Updated Changing the lines (markdown)

filoghost 2015-02-11 15:08:33 +01:00
parent 158cac6bc2
commit aceba83dcf

@ -10,7 +10,7 @@ for (int i = 0; i < 10; i++) {
Let's insert an item before the first line:
``` java
hologram.insertItemLine(0, new ItemStack(Material.GRASS));
hologram.insertItemLine(0, new ItemStack(Material.GRASS));
```
// To continue