From b2b122f60ade478a08b1bb94b3d5dbd276eee92c Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Tue, 17 Sep 2024 15:50:29 -0700 Subject: [PATCH 1/2] 11 Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5eae20a..052928f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ To set up Poetry you want to do the following things.
### a) `poetry init` which will create the poetry project ### b) You want to then add an include section to your project with the destination of your start script. In this case mine is called `__init__.py` and sits in the following structure: +Hello look at me!!! ``` quart_example ├── src From daa5568861e7ab8de482c14946df65b71580b59e Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Tue, 17 Sep 2024 15:51:37 -0700 Subject: [PATCH 2/2] #11 Update README.md 11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 052928f..63f3760 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ To set up Poetry you want to do the following things.
### a) `poetry init` which will create the poetry project ### b) You want to then add an include section to your project with the destination of your start script. In this case mine is called `__init__.py` and sits in the following structure: -Hello look at me!!! +Hello look at me!!! Again ``` quart_example ├── src