From 6432bbc85220c4973e1646575cb119a3e4f97ec5 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Thu, 4 Jan 2024 16:43:55 -0800 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30c764e..5fa20d9 100644 --- a/README.md +++ b/README.md @@ -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!