From c2bb89550a8585cc4f073497d5145740fe2e39ee Mon Sep 17 00:00:00 2001 From: javatutorials2016 Date: Sun, 11 Oct 2020 23:17:52 -0400 Subject: [PATCH] typo fix removed ` char --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 472f59b..ad020a0 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ socketio.emit('hello-ack', { import using either of the following: ```typescript -import * as SocketIO from "nativescript-socket.io"` +import * as SocketIO from "nativescript-socket.io" // OR