From bef03c32a5348a0d617c7b1716d13bd6b732dc45 Mon Sep 17 00:00:00 2001 From: Sam Kirkland Date: Mon, 16 Sep 2019 10:42:35 -0500 Subject: [PATCH] Update README.md Changing fTP to FTP --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b54e049..6fd1263 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Automate deploying websites and more with this GitHub action. on: push name: Publish Website jobs: - fTP-Deploy-Action: + FTP-Deploy-Action: name: FTP-Deploy-Action runs-on: ubuntu-latest steps: @@ -70,7 +70,7 @@ Make sure you have an npm script named 'build'. This config should work for most on: push name: Build and Publish Front End Framework Website jobs: - fTP-Deploy-Action: + FTP-Deploy-Action: name: FTP-Deploy-Action runs-on: ubuntu-latest steps: @@ -105,7 +105,7 @@ Ouputs a list of files that will be created/modified to sync your source without on: push name: Publish Website Dry Run jobs: - fTP-Deploy-Action: + FTP-Deploy-Action: name: FTP-Deploy-Action runs-on: ubuntu-latest steps: