diff --git a/source/support/FAQ/dev-faq.rst b/source/support/FAQ/dev-faq.rst index 2e12113..4792f4e 100644 --- a/source/support/FAQ/dev-faq.rst +++ b/source/support/FAQ/dev-faq.rst @@ -14,7 +14,7 @@ The application can be written in any language, so you may prefer to select an a What considerations go into selecting an application to package? ---------------------------------------------------------------- -With sufficient effot, most any software with the ability to be self-hosted could make its way onto EmbassyOS. That being said, the following features will make service packaging much easier: +With sufficient effort, most any software with the ability to be self-hosted could make its way onto EmbassyOS. That being said, the following features will make service packaging much easier: - Already built with self-hosting in mind - Active development @@ -22,7 +22,7 @@ With sufficient effot, most any software with the ability to be self-hosted coul - Already 'dockerized' Which possible formats can I use to write the :code:`manifest`, :code:`config_spec`, and :code:`config_rules` files? -------------------------------------------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------- JSON, TOML, or YAML are valid options. I'm getting errors on the `embassy-sdk pack` step. What's going on?