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