浏览代码

updating quick start

Anatoly Pulyaevskiy 5 年前
父节点
当前提交
c561b0116d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      doc/quick-start.md

+ 2
- 2
doc/quick-start.md 查看文件

@@ -148,7 +148,7 @@ Here is how it might look when we run the app and navigate to editor page:
148 148
 
149 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 153
 At this point we can already edit the document and apply styles, however if
154 154
 we navigate back from this page our changes will be lost. Let's fix this and
@@ -236,7 +236,7 @@ Now we can reload our app, hit "Save" button and see the snack bar.
236 236
 
237 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 241
 Since we now have this document saved to a file, let's update our
242 242
 `_loadDocument` method to load saved file if it exists.