diff --git a/README.md b/README.md index df4d41cb..122ef6b3 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,4 @@ allow the maintainers to devote more time to the projects, [please donate today][]. [please donate today]: https://palletsprojects.com/donate +Hello World 2 diff --git a/examples/celery/README.md b/examples/celery/README.md index 038eb51e..43ce55f4 100644 --- a/examples/celery/README.md +++ b/examples/celery/README.md @@ -25,3 +25,4 @@ $ flask -A task_app run --debug Go to http://localhost:5000/ and use the forms to submit tasks. You can see the polling requests in the browser dev tools and the Flask logs. You can see the tasks submitting and completing in the Celery logs. +Hello World 2 diff --git a/requirements-skip/README.md b/requirements-skip/README.md index 675ca4ab..a4ec5e40 100644 --- a/requirements-skip/README.md +++ b/requirements-skip/README.md @@ -1,2 +1,3 @@ Dependabot will only update files in the `requirements` directory. This directory is separate because the pins in here should not be updated automatically. +Hello World 2 diff --git a/src/flask/sansio/README.md b/src/flask/sansio/README.md index 623ac198..cb069bd3 100644 --- a/src/flask/sansio/README.md +++ b/src/flask/sansio/README.md @@ -4,3 +4,4 @@ This folder contains code that can be used by alternative Flask implementations, for example Quart. The code therefore cannot do any IO, nor be part of a likely IO path. Finally this code cannot use the Flask globals. +Hello World 2