From 7ae85d4c3c4ea7d0819b9bf9915fc216dec7b34f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 5 May 2022 15:59:59 +0200 Subject: [PATCH] docs: typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdf83de262..dc711429d7 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Windmill is fully open-sourced: 1. Define a minimal and generic script in Python or Typescript that solve a specific task. Here sending an email with SMTP. The code can be defined in - the provided Web IDE or synchronizing with your own github repo: + the provided Web IDE or synchronized with your own github repo: ![Step 1](./imgs/step1.png) 2. Your scripts parameters are automatically parsed and generate a frontend. You @@ -65,7 +65,7 @@ Windmill is fully open-sourced: ## Layout - `backend/`: The whole Rust backend -- `frontend`: The whole Svelte fronten +- `frontend`: The whole Svelte frontend - `community/`: Scripts and resource types created and curated by the community, included in every workspace - `lsp/`: The lsp asssistant for the monaco editor