Skip to content

Commit 5d0198b

Browse files
authored
πŸ“ Update README (#326)
1 parent 5974062 commit 5d0198b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€ŽREADME.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ utils
2525
β”œβ”€ SSTORE2 β€” "Library for cheaper reads and writes to persistent storage"
2626
β”œβ”€ CREATE3 β€” "Deploy to deterministic addresses without an initcode factor"
2727
β”œβ”€ LibRLP β€” "Library for computing contract addresses from their deployer and nonce"
28-
β”œβ”€ LibBit β€” "Library for bit twiddling operations"
28+
β”œβ”€ LibBit β€” "Library for bit twiddling and boolean operations"
2929
β”œβ”€ Clone β€” "Class with helper read functions for clone with immutable args"
3030
β”œβ”€ LibClone β€” "Minimal proxy library"
3131
β”œβ”€ LibString β€” "Library for converting numbers into strings and other string operations"
@@ -54,7 +54,7 @@ This is **experimental software** and is provided on an "as is" and "as availabl
5454

5555
We **do not give any warranties** and **will not be liable for any loss** incurred through any use of this codebase.
5656

57-
While Solady has been heavily tested, that may be parts that may yield unexpected emergent behavior when used with other code.
57+
While Solady has been heavily tested, there may be parts that may exhibit unexpected emergent behavior when used with other code.
5858

5959
Please always include your own thorough tests when using Solady to make sure it works correctly with your code.
6060

0 commit comments

Comments
Β (0)