Skip to content

Commit 8ae3f50

Browse files
Update README.md
1 parent 5183ab0 commit 8ae3f50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ SDK having multiple flows as follows :
9191
* **SYSTEM_CAMERA_CAPTURE_REVIEW** - *If user need to capture image with system default camera, this can be used.Includes Capture with system default camera -> Review*.
9292
* **IMAGE_ATTACH_REVIEW** - *If user need to review an image from device / gallery - this option can be used.After attach each image,review and all functionalities depends on review can be avail*.
9393

94-
**CAMERA_CAPTURE_REVIEW**
94+
**1. CAMERA_CAPTURE_REVIEW**
9595

9696
```java
9797
//JAVA
@@ -146,7 +146,7 @@ try {
146146
}
147147
```
148148

149-
**SYSTEM_CAMERA_CAPTURE_REVIEW**
149+
**2. SYSTEM_CAMERA_CAPTURE_REVIEW**
150150

151151
```java
152152
//JAVA
@@ -194,7 +194,7 @@ try {
194194
}
195195
```
196196

197-
**IMAGE_ATTACH_REVIEW**
197+
**3. IMAGE_ATTACH_REVIEW**
198198

199199
```java
200200
//JAVA

0 commit comments

Comments
 (0)