Don't mention renaming the project in pyproject.yaml

It's fine for it to just be named 'function' everywhere.

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2024-01-04 16:43:55 -08:00
parent 5a9ee9de26
commit 6432bbc852
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ To learn how to use this template:
If you just want to jump in and get started:
1. Replace `function-template-python` with your function's name in
`pyproject.toml` and `package/crossplane.yaml`.
`package/crossplane.yaml`.
1. Add your logic to `RunFunction` in `function/fn.py`
1. Add tests for your logic in `test/test_fn.py`
1. Update this file, `README.md`, to be about your function!