From 91c270c14a3ab7bf5b7eb69f505185b78a4a2378 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Fri, 26 Nov 2021 15:37:50 +0200 Subject: [PATCH] fix markup (#4155) --- crates/nu-engine/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/crates/nu-engine/README.md b/crates/nu-engine/README.md index 7b98466d6..1d4fb0588 100644 --- a/crates/nu-engine/README.md +++ b/crates/nu-engine/README.md @@ -1,8 +1,10 @@ # Nu-Engine + Nu-engine handles most of the core logic of nushell. For example, engine handles: - - Passing of data between commands - - Evaluating a commands return values - - Loading of user configurations + +- Passing of data between commands +- Evaluating a commands return values +- Loading of user configurations ## Top level introduction The following topics shall give the reader a top level understanding how various topics are handled in nushell.