summaryrefslogtreecommitdiff
path: root/docs/apps.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/apps.rst')
-rw-r--r--docs/apps.rst18
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/apps.rst b/docs/apps.rst
index 9decb62..b8fc67c 100644
--- a/docs/apps.rst
+++ b/docs/apps.rst
@@ -9,8 +9,8 @@ Application Library
Built-in
--------
-The built-in application are summarised below but since these apps are
-considers to be examples they are described in detail as part of the
+The built-in application are summarised below but because these apps are
+treated as examples they are described in detail as part of the
:ref:`Wasp-os Reference Manual`:
* :py:class:`.ClockApp`
@@ -25,18 +25,20 @@ Watch faces
.. automodule:: apps.fibonacci_clock
-This is enabled by default in the simulator. The app is bundled in the
-firmware image but it is disabled by default to keep RAM available for
-user developed applications. It can be enabled by modifying ``main.py``.
+This app is enabled by default in the simulator.
+The app is also frozen into the firmware image but it is disabled by
+default in order to keep RAM available for user developed applications.
+It can be enabled by modifying ``main.py``.
Games
-----
.. automodule:: apps.gameoflife
-This is enabled by default in the simulator. The app is bundled in the
-firmware image but it is disabled by default to keep RAM available for
-user developed applications. It can be enabled by modifying ``main.py``.
+This app is enabled by default in the simulator.
+The app is also frozen into the firmware image but it is disabled by
+default in order to keep RAM available for user developed applications.
+It can be enabled by modifying ``main.py``.
Integration
-----------