From 73533ebfefcd5f97fefa860c3c50685bc22aa135 Mon Sep 17 00:00:00 2001 From: Luis Ferraz Date: Sat, 11 Mar 2023 23:40:52 +0100 Subject: [PATCH] grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b39edd..dba858c 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ The `Component` class has the next main methods: - `register_inputs`: where you need to declare the input pins of your component. - `register_outputs`: where you need to declare the output pins of your component. - `register_properties`: where you can declare properties that can be changed during the execution. -- `forward`: where you must to define the logic of your component (mandatory). +- `forward`: where you must define the logic of your component (mandatory). For a detailed list of `Component` methods and attributes, please check `limbus/core/component.py`.