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:
parent
5a9ee9de26
commit
6432bbc852
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue