From 25269d16647c663a66fa4a9b08157e9a262690d0 Mon Sep 17 00:00:00 2001 From: DavidTron5000 <35479789+DavidTron5000@users.noreply.github.com> Date: Thu, 20 Feb 2020 12:41:08 -0800 Subject: [PATCH] Update examples.json --- data/examples.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/examples.json b/data/examples.json index d84bd5a..14a4e71 100644 --- a/data/examples.json +++ b/data/examples.json @@ -1,4 +1,13 @@ [ + { + "name": "testing-testing-testing", + "description": "hi", + "code": "https://github.com/netlify/create-react-app-lambda", + "tags": [ + "react", + "starter" + ] + }, { "name": "create-react-app-lambda", "description": "Create React App with baked in Netlify functions support",