From 9680f953093e00f0ddbeb41cc790484c4de64ee0 Mon Sep 17 00:00:00 2001 From: "OwnSourcing, a service of Integrated Media Environments, Inc" Date: Tue, 9 Aug 2016 08:48:02 -0400 Subject: [PATCH] remove variations in Button example code --- template/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/README.md b/template/README.md index 6245d730885..d895bb73943 100644 --- a/template/README.md +++ b/template/README.md @@ -228,9 +228,11 @@ import './Button.css'; // Tell Webpack that Button.js uses these styles class Button extends Component { render() { // You can use them as regular CSS styles - return
; + return