Skip to content

Commit 787071c

Browse files
Fix readme
1 parent 3a28e76 commit 787071c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ graph = load(ids[0])
2828
```py
2929
from semb.methods import load, get_method_ids
3030
# explore all methods (both built in and extended by 3rd party)
31-
ids = ge_method_ids()
31+
ids = get_method_ids()
3232
# load a method, returns a constructor for a method's base class
3333
Method = load(ids[0])
3434
# create and run a method.

0 commit comments

Comments
 (0)