diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-01-27 22:43:18 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-01-27 22:43:18 +0000 |
commit | f469a8a769cb7d3c318b91b6896f2a04764fc227 (patch) | |
tree | f7e8d5e112fd4029f8737beff991b57798be1950 | |
parent | added the two new options to the readme example config (diff) | |
download | milla-f469a8a769cb7d3c318b91b6896f2a04764fc227.tar.gz milla-f469a8a769cb7d3c318b91b6896f2a04764fc227.zip |
changed inline code type to toml for the exampleconfig
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Milla is an IRC bot that sends things over to ollama when you ask her questions. config: -``` +```toml ircServer = "myaswesomeircserver.com" ircPort = 6697 ircNick = "milla" |