From 3d0ec93fa4a598b8539a07e4b82c92c247517c08 Mon Sep 17 00:00:00 2001 From: Irvin Lin Date: Fri, 26 Apr 2019 02:41:29 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68b3724..3429308 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ import * as camera from "nativescript-camera"; ``` Then you are ready to use it: -> Example 2: How to take a picture and to recieve image asset +> Example 2: How to take a picture and to receive image asset ``` JavaScript var imageModule = require("tns-core-modules/ui/image"); camera.takePicture()