Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lferraz committed Mar 3, 2023
1 parent 326d8a2 commit 78c5f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 78c5f6e

Please sign in to comment.