Skip to content

Commit

Permalink
fix markup (#4155)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Nov 26, 2021
1 parent 3e93ae8 commit 91c270c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions 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.
Expand Down

0 comments on commit 91c270c

Please sign in to comment.