From 512272cbb1adadd1e8ad6179b6c517c54920a5ca Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Thu, 8 Aug 2024 14:42:06 +1200 Subject: [PATCH] Fix README references. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 899a03c8..0e2332ff 100644 --- a/README.md +++ b/README.md @@ -496,7 +496,7 @@ If you want to, you can override any of these relation or extra-binding associat ```python state = scenario.State(networks={ - scenario.Network("foo", [BindAddress([Address('192.0.2.1')])]) + scenario.Network("foo", [scenario.BindAddress([scenario.Address('192.0.2.1')])]) }) ```