We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e118fde commit 62c5506Copy full SHA for 62c5506
1 file changed
README.md
@@ -56,7 +56,7 @@ Mainly the SDK will expose two classes and two supporting classes :
56
Based on the requirement any one or all classes can be used. And need to import those from the SDK.
57
```java
58
import com.extrieve.quickcapture.sdk.*;
59
- //OR : can import only needed classes as per requirements.
+ //OR : can import only required classes as per use cases.
60
import com.extrieve.quickcapture.sdk.ImgHelper;
61
import com.extrieve.quickcapture.sdk.CameraHelper;
62
import com.extrieve.quickcapture.sdk.CameraSupport;
0 commit comments