From 62be56df4ee75dcafe748b22434ce265c3b78a9e Mon Sep 17 00:00:00 2001 From: Jordan Byron Date: Mon, 1 Aug 2016 08:56:31 -0400 Subject: [PATCH] Update code styling in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a69322f..aba2063 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ if (action) { Returns true if device supports 3d touch and 3d touch is not disabled. -``` +```javascript var QuickActions = require('react-native-quick-actions'); QuickActions.isSupported(function(error, supported) {