Updated Changing the lines (markdown)

filoghost 2014-07-26 13:05:43 -07:00
parent cb124b364b
commit bcf19edc14

@ -1,6 +1,6 @@
_"hologram" is a Hologram object we've already created._
**Always call update() after changing the lines**. List of methods (you can guess what they do):
**Always call `hologram.update()` after changing the lines**. List of methods (you can guess what they do):
``` java
hologram.addLine(String text)
```