Skip to content

Commit ec54134

Browse files
committed
moved reqwest to end of list
1 parent 61f4b7b commit ec54134

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ The [HashMap](https://github.com/nightcycle/hash-map) class is a safer way to wo
3434

3535
The [VecDeque](https://github.com/nightcycle/vec-deque) class is a safer way to work with queues.
3636

37-
### reqwest (pre-release)
38-
39-
The [Reqwest](https://github.com/nightcycle/reqwest) library is a safer way to work with http requests.
40-
4137
### serde-json
4238

4339
The [SerdeJson](https://github.com/nightcycle/serde-json) library is a safer way to work with customized json serialization / deserialization into custom classes.
4440

41+
### reqwest (pre-release)
42+
43+
The [Reqwest](https://github.com/nightcycle/reqwest) library is a safer way to work with http requests.
44+
4545
## contributing
4646

4747
Please contribute bug reports on the respective repository, for the most part though I'm not looking to add new APIs until Roblox's type engine gets more efficient - already with this minimal coverage things are getting pretty slow. Thank you!

0 commit comments

Comments
 (0)