From 1eeb8820bbdf586197a0366038b77e9d678cef01 Mon Sep 17 00:00:00 2001 From: Paul Molluzzo Date: Sat, 22 Apr 2017 09:37:04 -0400 Subject: [PATCH] Add deply now buttons to with-firebase, with-material-ui, with-socket.io (#1779) --- examples/with-firebase/README.md | 1 + examples/with-material-ui/README.md | 1 + examples/with-semantic-ui/README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/examples/with-firebase/README.md b/examples/with-firebase/README.md index d2dee452..39c130e6 100644 --- a/examples/with-firebase/README.md +++ b/examples/with-firebase/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-firebase) # With Firebase example diff --git a/examples/with-material-ui/README.md b/examples/with-material-ui/README.md index 0c2c2d9d..7b1f0b34 100644 --- a/examples/with-material-ui/README.md +++ b/examples/with-material-ui/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-material-ui) # Material-UI example ## How to use diff --git a/examples/with-semantic-ui/README.md b/examples/with-semantic-ui/README.md index 04d4a565..217f9bda 100644 --- a/examples/with-semantic-ui/README.md +++ b/examples/with-semantic-ui/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-semantic-ui) # Semantic UI example