diff --git a/README.md b/README.md index c71241c6..9af39ea0 100644 --- a/README.md +++ b/README.md @@ -34,16 +34,6 @@ Uniflow is a low-code engine that enables fast and efficient construction and ex make test ``` -### Configuration -You can set environment variables before executing any command. - -Configuration can be done using `.uniflow.toml` or system environment variables. - -| TOML Key | Env Key | Default | -|---|---|---| -| database.url | DATABASE.URL | memdb:// | -| database.name | DATABASE.NAME | | - ### Start Uniflow is now ready to be used. Let's start the [ping](/examples/ping.yaml) example. @@ -66,6 +56,16 @@ For more information, run the following command: ./dist/uniflow start --help ``` +### Configuration +You can set environment variables before executing any command. + +Configuration can be done using `.uniflow.toml` or system environment variables. + +| TOML Key | Env Key | Default | +|---|---|---| +| database.url | DATABASE.URL | memdb:// | +| database.name | DATABASE.NAME | | + [go_download_url]: https://golang.org/dl/