Skip to content

Commit 79a5f93

Browse files
committed
fixed readme format
1 parent dd2b898 commit 79a5f93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SimpleHTMLApp/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The following may significantly increase errors or false results:
138138

139139

140140
----------
141-
### Initialize and Start Web Worker
141+
## Initialize and Start Web Worker
142142

143143
1. Start the HTML5 Web Worker. (**Note**: Only one worker is allowed per application therefore, if you previously called start, it won't start another instance.)
144144

@@ -168,7 +168,7 @@ The following may significantly increase errors or false results:
168168
AcuantJavascriptWebSdk.end();
169169
170170
----------
171-
### AcuantCameraUI
171+
## AcuantCameraUI
172172

173173
- Uses AcuantCamera to access native camera.
174174
- Default implementation of UI. Use AcuantCamera directly for any custom UI.
@@ -194,7 +194,7 @@ The following may significantly increase errors or false results:
194194
AcuantCameraUI.end();
195195
----------
196196

197-
### AcuantCamera
197+
## AcuantCamera
198198

199199
**Prerequisite:**
200200
Initialize Acuant Worker (see Step 2 above).
@@ -320,7 +320,7 @@ The following may significantly increase errors or false results:
320320
})();
321321
322322
----------
323-
### Process the Image
323+
## Process the Image
324324

325325
**Prerequisite:**
326326
Initialize Acuant Worker (see Step 2 above).

0 commit comments

Comments
 (0)