From 1ebc61297c57b2ef96ea4bae9ccc48befe215c87 Mon Sep 17 00:00:00 2001 From: Guilherme Dantas Date: Fri, 12 Jul 2024 11:47:25 -0300 Subject: [PATCH] Fix formatting --- docs/pages/docs/getting-started.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pages/docs/getting-started.mdx b/docs/pages/docs/getting-started.mdx index c410e59..60b05e4 100644 --- a/docs/pages/docs/getting-started.mdx +++ b/docs/pages/docs/getting-started.mdx @@ -20,10 +20,10 @@ Inside the machine, the [`libcmt`] tool will help decoding inputs and encoding o This change allows: -- the [Cartesi Node] to treat inputs and outputs are opaque blobs -- the application developer to specify new non-executable output types out-of-the-box -- the Cartesi SDK developers to more easily add new types of executable outputs -- the Cartesi SDK developers to more easily add new types of metadata to inputs +- the [Cartesi Node] to treat inputs and outputs are opaque blobs +- the application developer to specify new non-executable output types out-of-the-box +- the Cartesi SDK developers to more easily add new types of executable outputs +- the Cartesi SDK developers to more easily add new types of metadata to inputs # Purpose