Benoit Blanchon 11 лет назад
Родитель
Сommit
1e20e6ef77
3 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      doc/Decoding JSON.md
  2. 2 2
      doc/Encoding JSON.md
  3. 0 0
      doc/Migrating code to new API.md

+ 2 - 2
doc/Parsing JSON.md → doc/Decoding JSON.md

@@ -1,5 +1,5 @@
-Parsing JSON with Arduino JSON
-==============================
+Decoding JSON with Arduino JSON
+===============================
 
 ## Example
 

+ 2 - 2
doc/Generating JSON.md → doc/Encoding JSON.md

@@ -1,5 +1,5 @@
-Generating JSON with Arduino JSON
-=================================
+Encoding JSON with Arduino JSON
+===============================
 
 Before writing any code, don't forget to include the header:
 

+ 0 - 0
doc/Migrating code to v4.md → doc/Migrating code to new API.md