From 805bd5967f344baa8365674e686f01d0e5facb25 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 22 Aug 2019 09:42:34 +0300 Subject: [PATCH] Update config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 50308669b..1d0ff3070 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { // Project metadata - name: `30 seconds starter`, + name: `30 seconds of React`, description: `Curated collection of useful React snippets that you can understand in 30 seconds or less.`, shortName: `30s`, repositoryUrl: `https://github.com/30-seconds/30-seconds-of-react`,