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) ```