diff --git a/docs/gcp-worker-guide.md b/docs/gcp-worker-guide.md index bd2afb9..6975a40 100644 --- a/docs/gcp-worker-guide.md +++ b/docs/gcp-worker-guide.md @@ -194,7 +194,7 @@ if __name__ == "__main__": In the remainder of this guide, this script will be referred to as `weather_flow.py`, but you can name yours whatever you'd like. -####Creating a Prefect.yaml file +#### Creating a Prefect.yaml file Now we're ready to make a `prefect.yaml` file, which will be responsible for managing the deployments of this repository. **Navigate back to the root of your directory**, and run the following command to create a `prefect.yaml` file using Prefect's docker deployment recipe.