From 593c1691efd87546047e1721856900b47b9aeb55 Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Tue, 7 May 2019 10:23:01 +0300 Subject: [PATCH] chore: fix typo --- 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()