ソースを参照

updating quick start

Anatoly Pulyaevskiy 5 年 前
コミット
c561b0116d
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      doc/quick-start.md

+ 2
- 2
doc/quick-start.md ファイルの表示

148
 
148
 
149
 <img src="https://github.com/memspace/zefyr/raw/gitbook/assets/quick-start-rec-01.gif" width="600">
149
 <img src="https://github.com/memspace/zefyr/raw/gitbook/assets/quick-start-rec-01.gif" width="600">
150
 
150
 
151
-### 04. Save document to a JSON file
151
+### 04. Save document to JSON file
152
 
152
 
153
 At this point we can already edit the document and apply styles, however if
153
 At this point we can already edit the document and apply styles, however if
154
 we navigate back from this page our changes will be lost. Let's fix this and
154
 we navigate back from this page our changes will be lost. Let's fix this and
236
 
236
 
237
 <img src="https://github.com/memspace/zefyr/raw/gitbook/assets/quick-start-rec-02.gif" width="600">
237
 <img src="https://github.com/memspace/zefyr/raw/gitbook/assets/quick-start-rec-02.gif" width="600">
238
 
238
 
239
-### 05. Load document from a JSON file
239
+### 05. Load document from JSON file
240
 
240
 
241
 Since we now have this document saved to a file, let's update our
241
 Since we now have this document saved to a file, let's update our
242
 `_loadDocument` method to load saved file if it exists.
242
 `_loadDocument` method to load saved file if it exists.