diff --git a/README.md b/README.md index 7322e97..dbf7f41 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A toml file named config.toml, placed into the current working directory of your ```toml [connection] -ip=192.168.0.100 +ip= ``` Alternatively you may pass it as a keyword argument. @@ -50,7 +50,7 @@ def main(): if __name__ == "__main__": kind_id = "MR18" - ip = "192.168.0.100" + ip = "" main() ```