From 37f15e1774aad5451ff84ca38dc2650786b56f85 Mon Sep 17 00:00:00 2001 From: infiniteltd Date: Tue, 3 Oct 2023 15:39:00 +0100 Subject: [PATCH] fixes: documentation for deploying to Netlify #62 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4e0f4a..44061d1 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Deploying to Netlify can also be a great idea. Considering the fact that they ar 2. Go to [netlify](netlify.com) and sign up to the platform using your github profile. -3. On your netlify page, go to add new site option and select the import an existing project. +3. On your netlify page, go to 'add new site' option and select the 'import an existing project'. 4. Follow the prompts and your project is hosted by netlify. Optionally, you can customize the site if you want.