Skip to content

Commit b0515e0

Browse files
authored
Update README.md
1 parent 92b796a commit b0515e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Or if you use Maven :
5454
public void onPicture(Image image) {
5555
File file = new File(getFilesDir(), "image.jpg"); // internal storage
5656
File file = new File(getExternalFilesDir(null), "image.jpg") // external storage, need permissions
57-
cam.saveImage(image, file);
57+
EZCam.saveImage(image, file);
5858
}
5959

6060
@Override

0 commit comments

Comments
 (0)