diff --git a/README.md b/README.md index 2573e0104c..4bfc6f9bfc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Creating an application with a Python code sample -**Note:** The Python code sample uses the **8081** HTTP port. +**Note:** The Python code sample uses the **8081** HTTP port Before you begin creating an application with this `devfile` code sample, it's helpful to understand the relationship between the `devfile` and `Dockerfile` and how they contribute to your build. You can find these files at the following URLs: @@ -14,5 +14,5 @@ Before you begin creating an application with this `devfile` code sample, it's h ### Additional resources * For more information about Python, see [Python](https://www.python.org/). -* For more information about devfiles, see [Devfile.io](https://devfile.io/). -* For more information about Dockerfiles, see [Dockerfile reference](https://docs.docker.com/engine/reference/builder/). \ No newline at end of file +* For more information about devfiles, see [Devfile.io](https://devfile.io/) +* For more information about Dockerfiles, see [Dockerfile reference](https://docs.docker.com/engine/reference/builder/)