Skip to content

Commit 6928759

Browse files
committed
Minor readme tweaks [skip ci]
1 parent bb7ee53 commit 6928759

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ If you are new to networking, see [glossary](https://gist.github.com/maniwani/f9
2020
- Abstracts game logic to support singleplayer, client, dedicated server, and listen server configurations simultaneously.
2121
- No builtin I/O, can be used with any messaging library. See [messaging backends](#messaging-backends) for already available integrations.
2222
- Heavily optimized.
23-
- Works with `no_std`.
23+
- Robust, with high test coverage.
24+
- Supports `no_std` and environments without atomic CAS, such as thumbv6m.
2425
- Hackable. See [ecosystem](#ecosystem).
2526

2627
## Getting Started

0 commit comments

Comments
 (0)