Skip to content

Commit f916daa

Browse files
committed
Update README
1 parent b6ca17f commit f916daa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Synalinks can help you simplify these tasks by leveraging decade old practices i
4949
pip install synalinks
5050
```
5151

52-
or
52+
or (recommended)
5353

5454
```shell
5555
uv pip install synalinks
@@ -238,8 +238,9 @@ Or a plot (usefull to document your system):
238238
```python
239239
filepath = synalinks.utils.plot_program(
240240
program,
241+
show_modules_names=True,
241242
show_trainable=True,
242-
show_schema=True,
243+
show_schemas=True,
243244
)
244245
```
245246

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,9 @@ Or a plot (usefull to document your system):
195195
```python
196196
filepath = synalinks.utils.plot_program(
197197
program,
198+
show_modules_names=True,
198199
show_trainable=True,
199-
show_schema=True,
200+
show_schemas=True,
200201
)
201202
```
202203

0 commit comments

Comments
 (0)