From 9f89f17cdbd33abaeabeb731b26717d24bd4c26e Mon Sep 17 00:00:00 2001 From: Sohan <1119120+sohanmaheshwar@users.noreply.github.com> Date: Tue, 14 May 2024 14:24:22 +0200 Subject: [PATCH] Update README.md minor typo in Readme Signed-off-by: Sohan <1119120+sohanmaheshwar@users.noreply.github.com> --- templates/http-py/content/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/http-py/content/README.md b/templates/http-py/content/README.md index 9862c2b..18686f6 100644 --- a/templates/http-py/content/README.md +++ b/templates/http-py/content/README.md @@ -8,8 +8,8 @@ To build the component, [`componentize-py`](https://pypi.org/project/componentiz pip3 install -r requirements.txt ``` -## Builing and Running +## Building and Running ``` spin up --build -``` \ No newline at end of file +```