Update addon_tutorial.markdown

This commit is contained in:
Paulus Schoutsen 2017-05-14 00:43:47 -07:00 committed by GitHub
parent 5e2817f6e2
commit 8b0d75a0e1

View File

@ -48,7 +48,7 @@ CMD [ "/run.sh" ]
`run.sh`:
```bash
echo Hello from my first add-on!
echo Hello world!
```
## {% linkable_title Step 2: Installing and testing your add-on %}