diff --git a/source/contributing/services/overview.rst b/source/contributing/services/overview.rst index dd4d9f3..ab9912f 100644 --- a/source/contributing/services/overview.rst +++ b/source/contributing/services/overview.rst @@ -89,7 +89,7 @@ With EmbassyOS, this means a service wrappers' configuration requires a particul .s9pk Bundle ------------ -The configuration and manifest files get bundled into the ``.s9pk`` package, which is `built using appmgr `_. Each new version release should include the updated version of these files re-bundled into a new binary. This is the file that will be downloaded from the marketplace. Upon user initiation, EmbassyOS then un-packages and installs the service. +The configuration and manifest files get bundled into the ``.s9pk`` package, which is `built using appmgr `_. Each new version release should include the updated version of these files re-bundled into a new binary. This is the file that will be downloaded from the marketplace. Upon user initiation, EmbassyOS then un-packages and installs the service. Hello World Example -------------------