Skip to content

Commit bb861b4

Browse files
committed
More name fixups
1 parent 135bde5 commit bb861b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ In our Hands-On section, we show how to deploy a deployable image file using Fly
44

55
## _The Hellofly-python Application_
66

7-
You can get the code for the example from [the hellofly Github repository](https://github.com/fly-examples/python-hellofly-flask). Just `git clone https://github.com/fly-examples/python-hellofly-flask` to get a local copy.
7+
You can get the code for the example from [the Fly-Examples Github repository](https://github.com/fly-examples/python-hellofly-flask). Just `git clone https://github.com/fly-examples/python-hellofly-flask` to get a local copy.
88

9-
The hellofly-python application is, as you'd expect for an example, small. It's a Python application that uses the [Flask](https://flask.palletsprojects.com/) web framework. Here's all the code form `hellofly.py`:
9+
The Python hellofly application is, as you'd expect for an example, small. It's a Python application that uses the [Flask](https://flask.palletsprojects.com/) web framework. Here's all the code form `hellofly.py`:
1010

1111
```python
1212
from flask import Flask, render_template
@@ -114,7 +114,7 @@ This says the web component of the application is served by `gunicorn` (which we
114114

115115
## _Inside `fly.toml`_
116116

117-
The `fly.toml` file now contains a default configuration for deploying your app. In the process of creating that file, `flyctl` has also created a Fly-side application slot of the same name, "hellofly". If we look at the `fly.toml` file we can see the name in there:
117+
The `fly.toml` file now contains a default configuration for deploying your app. In the process of creating that file, `flyctl` has also created a Fly-side application slot of the same name, `hellofly`. If we look at the `fly.toml` file we can see the name in there:
118118

119119
```toml
120120
# fly.toml file generated for hellofly-python on 2021-01-13T15:21:15Z

0 commit comments

Comments
 (0)