From 24752381386b7fd36ce4f4ea73df3f21e6d212c6 Mon Sep 17 00:00:00 2001 From: Ilia Belov Date: Sat, 8 May 2021 01:25:20 +1200 Subject: [PATCH] Mistype server.py index.php --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 321b086c..da76072c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ If you followed the steps above to fork the repo and used your own copy when dep Here's an example code change you can make for this app: -1. Edit `index.php` and replace "Hello!" on line 12 with a different greeting +1. Edit `server.py` and replace "Hello!" on line 12 with a different greeting 1. Commit the change to the `main` branch. Normally it's a better practice to create a new branch for your change and then merge that branch to `main` after review, but for this demo you can commit to the `main` branch directly. 1. Visit https://cloud.digitalocean.com/apps and navigate to your sample app. 1. You should see a "Building..." progress indicator, just like when you first created the app. @@ -52,4 +52,4 @@ When you no longer need this sample application running live, you can delete it 1. Navigate to the sample app 1. Choose "Settings"->"Destroy" -**Note: If you don't delete your app, charges for the use of DigitalOcean services will continue to accrue.** \ No newline at end of file +**Note: If you don't delete your app, charges for the use of DigitalOcean services will continue to accrue.**