diff --git a/README.md b/README.md index 4c13d6b..6b8f03a 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# gay +# lambda + +In order to run this program you must have a file named `lambda.toml` that specifies your config. +Here is an example: + +```toml +Server = "example.com:5222" +Username = "user@example.com" +Password = "123456789" +Insecure = false +Nick = "User" +```