From 79dfa8b1b291893151c9c790540798c8629a8974 Mon Sep 17 00:00:00 2001 From: Sascha Date: Mon, 16 Oct 2017 19:26:05 +0200 Subject: [PATCH] added a README and changed description --- README.md | 11 +++++++++-- package.json | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index deb071a..034d751 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# using-redux-and-css-in-js -How to use redux and css-in-js in a Gatsby project +#How to use Redux and Emotion in a Gatsby project + +This repo demonstrates how to use redux as well as emotion in a gatsby project. +For some background information and a walk through of the example please visit +[this](https://gatsbythemes.com/blog/how-to-use-redux-and-emotion-in-gatsby) blog post. + +If you want to play with the example, just clone the repo and fine tune it to +your taste. With "yarn dev" you can start the development mode of gatsby and +with "yarn build" you can build the website. diff --git a/package.json b/package.json index 6447c2d..8c26cf8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "using-redux-and-css-in-js", + "name": "using-redux-and-emotion", "version": "1.0.0", - "description": "This example demonstrates how to use redux and css-in-js in a GatsbyJS porject", + "description": "This example demonstrates how to use redux and emotion in a GatsbyJS porject", "main": "index.js", "author": "Sascha Jullmann", "license": "MIT",