Skip to content

Commit 304d86a

Browse files
committed
Update README.md
1 parent 7924bf1 commit 304d86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Amast is a minimalist asynchronous toolkit that makes it easier to develop C lan
1010
Library name | Description
1111
-------------|------------
1212
ao | active object (preemptive and cooperative) ([documentation](https://github.com/adel-mamin/amast/blob/main/libs/ao/README.rst), [example](https://github.com/adel-mamin/amast/tree/main/apps/examples/dpp))
13-
async | async/await ([documentation](https://github.com/adel-mamin/amast/blob/main/libs/async/README.rst))
13+
async | async/await ([documentation](https://github.com/adel-mamin/amast/blob/main/libs/async/README.rst), [example](https://github.com/adel-mamin/amast/tree/main/apps/examples/async))
1414
dlist | doubly linked list
1515
event | events ([documentation](https://github.com/adel-mamin/amast/blob/main/libs/event/README.rst))
1616
fsm | finite state machine (FSM) ([documentation](https://github.com/adel-mamin/amast/blob/main/libs/fsm/README.rst))

0 commit comments

Comments
 (0)