From 78c5f6ea9ad6333fb46634a4c4eb3bcde3fc13cf Mon Sep 17 00:00:00 2001 From: Luis Ferraz Date: Fri, 3 Mar 2023 20:21:13 +0100 Subject: [PATCH] improve readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99cead7..3b39edd 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ For a detailed list of `Component` methods and attributes, please check `limbus/ **Note** that if you want intellisense (at least in `VSCode` you will need to define the `input` and `output` types). -Let's see a very simple example that sumns 2 integers: +Let's see a very simple example that sums 2 integers: ```python class Add(Component):