Fix typo in README (#446)

This commit is contained in:
Basile Nouvellet 2021-07-12 17:05:28 +02:00 committed by GitHub
parent ee740d4194
commit 64037e0cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,7 +129,7 @@ The following environment variables configure Livebook:
* LIVEBOOK_DEFAULT_RUNTIME - sets the runtime type that is used by default
when none is started explicitly for the given notebook. Must be either
"standalone" (Elixir standalone), "mix[:PATH]" (Mix standalone),
"attached:NODE:COOKIE" (Standalone) or "embedded" (Embedded).
"attached:NODE:COOKIE" (Attached node) or "embedded" (Embedded).
Defaults to "standalone".
* LIVEBOOK_IP - sets the ip address to start the web application on.