From 877bf0b5388f8e924dbdd481c8a546bcc6d28db0 Mon Sep 17 00:00:00 2001 From: lunaceee Date: Mon, 25 Feb 2019 13:51:38 -0800 Subject: [PATCH] tweak copy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb37704..473c492 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ This project has two branches: ## How to play with this -1. Deploy to Netlify with [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/netlify-photo-gallery) button. This will create a new Netlify site and copy the repo to your GitHub account. +1. Deploy to Netlify with "Deploy to Netlify" button. This will create a new Netlify site and copy the repo to your GitHub account. + [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/netlify-photo-gallery) 2. Clone a newly created repo to your local computer with `git clone`. 3. `netlify link` to link the local repo and the Netlify site. * Make sure to install Netlify CLI if you haven't: `npm install netlify-cli -g`.