From 044192eea95111b2f7802d4cc29341dca4563bee Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Mon, 27 Sep 2021 10:38:27 -0600 Subject: [PATCH] formatting --- source/support/FAQ/dev-faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?