Skip to content

Commit 6b4ba48

Browse files
committed
Fix highlighting
1 parent 58aedd6 commit 6b4ba48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If desparate, there is still a "Mozzi_1" branch in the git repository, but this
8686
## Using Mozzi
8787
Here's a template for an empty Mozzi sketch:
8888

89-
{% highlight c++ %}
89+
```
9090
#include <Mozzi.h> // at the top of your sketch
9191
9292
void setup() {
@@ -104,7 +104,7 @@ AudioOutput_t updateAudio(){
104104
void loop() {
105105
audioHook();
106106
}
107-
{% endhighlight %}
107+
```
108108

109109
There's a detailed example explaining the different parts [here](https://sensorium.github.io/Mozzi/learn/a-simple-sketch/).
110110

0 commit comments

Comments
 (0)