From bcf19edc14aa5a0f54e52199df343ca6e4cab4a0 Mon Sep 17 00:00:00 2001 From: filoghost Date: Sat, 26 Jul 2014 13:05:43 -0700 Subject: [PATCH] Updated Changing the lines (markdown) --- Changing-the-lines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changing-the-lines.md b/Changing-the-lines.md index ce7480f..413b897 100644 --- a/Changing-the-lines.md +++ b/Changing-the-lines.md @@ -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) ```