We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a28e76 commit 787071cCopy full SHA for 787071c
1 file changed
README.md
@@ -28,7 +28,7 @@ graph = load(ids[0])
28
```py
29
from semb.methods import load, get_method_ids
30
# explore all methods (both built in and extended by 3rd party)
31
-ids = ge_method_ids()
+ids = get_method_ids()
32
# load a method, returns a constructor for a method's base class
33
Method = load(ids[0])
34
# create and run a method.
0 commit comments