diff --git a/docs/reference/extensions/expressjs-framework.rst b/docs/reference/extensions/expressjs-framework.rst index 3c403a69d..4b8697ed6 100644 --- a/docs/reference/extensions/expressjs-framework.rst +++ b/docs/reference/extensions/expressjs-framework.rst @@ -3,8 +3,8 @@ expressjs-framework ------------------- -The ExpressJS extension streamlines the process of building ExpressJS application -rocks. +The ExpressJS extension streamlines the process of building ExpressJS +application rocks. It facilitates the installation of ExpressJS application dependencies, including Node and NPM, inside the rock. Additionally, it transfers your project files to diff --git a/docs/tutorial/expressjs.rst b/docs/tutorial/expressjs.rst index db17fc096..394b16d2a 100644 --- a/docs/tutorial/expressjs.rst +++ b/docs/tutorial/expressjs.rst @@ -72,14 +72,14 @@ creation and tailoring for a ExpressJS application by using the The ``rockcraft.yaml`` file will automatically be created in the project's working directory. Open it in a text editor and check that the ``name`` is -``expressjs-hello-world``. Ensure that ``platforms`` includes the architecture of -the host. For example, if the host uses the ARM -architecture, include ``arm64`` in ``platforms``. +``expressjs-hello-world``. Ensure that ``platforms`` includes the architecture +of the host. For example, if the host uses the ARM architecture, include +``arm64`` in ``platforms``. .. note:: - For this tutorial, we'll use the ``name`` ``expressjs-hello-world`` and assume - we're running on the ``amd64`` platform. Check the architecture of the - system using ``dpkg --print-architecture``. + For this tutorial, we'll use the ``name`` ``expressjs-hello-world`` and + assume we're running on the ``amd64`` platform. Check the architecture of + the system using ``dpkg --print-architecture``. The ``name``, ``version`` and ``platform`` all influence the name of the generated ``.rock`` file.