Updated Basic tutorial (markdown)

filoghost 2014-07-26 08:01:53 -07:00
parent 736ce6f956
commit ad2755874e

@ -40,8 +40,6 @@ public void onEnable() {
}
```
***
## 3) Start using the API
The API is a class called HolographicDisplaysAPI, all the methods are static. With the method `createHologram(...)` you can create a hologram with some lines. The method returns the hologram just created.
Example: