From 8c2474f605be59365e160abb5f858837cd148b89 Mon Sep 17 00:00:00 2001 From: Jonathan Voss Date: Mon, 24 Feb 2025 18:49:32 -0600 Subject: [PATCH] docs: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f141ffd..b7078c8 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ a.nodes() # Returns a list of dicts from routedbits import RoutedBits a.RoutedBits() -a.nodes(name="dal1") +a.node(name="dal1") print(a)