Skip to content

Commit 3e5321a

Browse files
committed
update readme
1 parent 3a945a9 commit 3e5321a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ needs better.
3030
## Usage
3131
Nightingale requires a ``nightingale.yml`` configuration file, which has the following structure:
3232

33-
````yaml
34-
server:
35-
address: 127.0.0.1
36-
port: 8081
37-
password: mypasword
38-
# ...
39-
logging: # Optional field
40-
enable: true
41-
level: info
33+
````toml
34+
[server]
35+
address = "127.0.0.1"
36+
port = 8081
37+
password = "mypassword"
38+
39+
[logging]
40+
enable = true
41+
level = "info"
4242
````
4343
<br>
4444

0 commit comments

Comments
 (0)