From 0426cc4e324362c1d2a3c244c2dc4c8a39fef664 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Mon, 30 Mar 2015 22:57:04 -0700 Subject: [PATCH] Update README again --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7248419..c62d93b6 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,6 @@ var styles = Stylesheet.create({ right: 0, }, }); +``` -In action [here](https://github.com/brentvatne/react-native-login/blob/master/index.ios.js). +Example code [here](https://github.com/brentvatne/react-native-login/blob/master/index.ios.js).