Skip to content

Commit c611b30

Browse files
committed
Update README
1 parent 5ff37b3 commit c611b30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ uv pip install synalinks
6969

7070
### Using the `Functional` API
7171

72-
You start from `Input`, you chain modules calls to specify the model's forward pass, and finally, you create your model from inputs and outputs:
72+
You start from `Input`, you chain modules calls to specify the program's structure, and finally, you create your program from inputs and outputs:
7373

7474
```python
7575
import synalinks

coverage-badge.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ uv pip install synalinks
1616

1717
### Using the `Functional` API
1818

19-
You start from `Input`, you chain modules calls to specify the model's forward pass, and finally, you create your model from inputs and outputs:
19+
You start from `Input`, you chain modules calls to specify the program's structure, and finally, you create your program from inputs and outputs:
2020

2121
```python
2222
import synalinks

0 commit comments

Comments
 (0)