From 1918af8d12fba0ec87d0649014455112907d758b Mon Sep 17 00:00:00 2001 From: Jacob Parker Date: Thu, 20 Feb 2020 14:30:47 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 78850ab..5b60544 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Converts CSS text to a React Native stylesheet object. +[Try it here](https://csstox.surge.sh) + ```css font-size: 18px; line-height: 24px;