Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcconnell authored Nov 29, 2022
1 parent e1ff324 commit f3e9ffa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# relexe

[hex](https://hex.pm/packages/relexe) - [docs](https://hexdocs.pm/relexe)

## About
<!-- MDOC !-->

Expand Down Expand Up @@ -79,15 +77,15 @@ HELP:
help <COMMAND>
```

Running `bananas create-admin` would prompt the user for the `username` and `password` ...
Running `bananas create-admin` would prompt the user for the `username` and `password`:

```
> bananas.exe create-admin
username: Eric
password: BananaMan
```

... before calling the `{Bananas.Release, :create_admin, ["Eric", "BananaMan"]}` `MFA` via `eval`.
The responses will be passed to the `{Bananas.Release, :create_admin, ["Eric", "BananaMan"]}` `MFA` via `eval`.

## Options

Expand Down

0 comments on commit f3e9ffa

Please sign in to comment.