# HG changeset patch
# User etisserant <edouard@beremiz.fr>
# Date 1734440651 -3600
# Node ID 86ad03993ae974c7dbce6945fe6a14f6425a462e
# Parent  a6e72555d5621c6a3a05d2b4872d2c05511f7b6f
Update README.md

diff -r a6e72555d562 -r 86ad03993ae9 README.md
--- a/README.md	Sat Dec 14 15:39:42 2024 +0100
+++ b/README.md	Tue Dec 17 14:04:11 2024 +0100
@@ -11,12 +11,17 @@
 
 With Beremiz, you conform to standards, avoid vendor lock, and contribute to the better future of Automation. 
 
-Beremiz consists of two components:
-
-* Integrated Development Environment (IDE), Beremiz.py. It is running on user's computer and is used to write/compile/debug PLC programs and control PLC runtime.
-* Reference runtime implementation in python, Beremiz_service.py. It's running on target platform, communicates with I/O and executes PLC program.
-
-See official [Beremiz website](http://www.beremiz.org/) for more information.
+Beremiz provides:
+
+* Integrated Development Environment (IDE). GUI to configure, write, build and debug PLC programs and control PLC runtime.
+* Command Line Interface (CLI). Build PLC and control PLC runtime in a terminal or from a script.
+* Runtimes, running on target platform communicates with I/O and executes PLC program.
+    * Python reference runtime implementation.
+    * C runtime for smaller targets.
+
+See official [Beremiz website](https://beremiz.org/) for more information.
+
+[Beremiz company](https://beremiz.fr/) develops and maintains the Beremiz Free Software project while also providing professional support services.
 
 ## Install latest release ##