From cb124b364b3be444be70639195403b78d7ebd143 Mon Sep 17 00:00:00 2001 From: filoghost Date: Sat, 26 Jul 2014 13:05:26 -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 78c6f2c..ce7480f 100644 --- a/Changing-the-lines.md +++ b/Changing-the-lines.md @@ -1,6 +1,6 @@ _"hologram" is a Hologram object we've already created._ -The following methods can be used to dynamically change the lines. **Always call update() after the edit**. +**Always call update() after changing the lines**. List of methods (you can guess what they do): ``` java hologram.addLine(String text) ```