diff --git a/Avoiding pitfalls.md b/Avoiding pitfalls.md index df39849..ce58f97 100644 --- a/Avoiding pitfalls.md +++ b/Avoiding pitfalls.md @@ -1,4 +1,4 @@ -*This page contains precious information on how to avoid common pitfalls in Arduino JSON.* +> *This page contains precious information on how to avoid common pitfalls in Arduino JSON.* As `StaticJsonBuffer` is the corner stone of this library, you'll see that every pitfall listed here are related to a wrong understanding of the memory model.