Skip to content

Commit bb69102

Browse files
author
Kamal Nasser
authored
Merge pull request #18 from reinaris/patch-1
Change php to py
2 parents 2bc55db + 1175f90 commit bb69102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you followed the steps to fork the repo and used your own copy when deploying
3636

3737
Here's an example code change you can make for this app:
3838

39-
1. Edit `index.php` and replace "Hello!" on line 12 with a different greeting
39+
1. Edit `server.py` and replace "Hello!" on line 12 with a different greeting
4040
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.
4141
1. Visit https://cloud.digitalocean.com/apps and navigate to your sample app.
4242
1. You should see a "Building..." progress indicator, just like when you first created the app.
@@ -53,4 +53,4 @@ When you no longer need this sample application running live, you can delete it
5353
2. Navigate to the sample app.
5454
3. In the **Settings** tab, click **Destroy**.
5555

56-
**Note: If you do not delete your app, charges for using DigitalOcean services will continue to accrue.**
56+
**Note: If you do not delete your app, charges for using DigitalOcean services will continue to accrue.**

0 commit comments

Comments
 (0)