Skip to content

Commit

Permalink
πŸ“ Update README (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized authored Feb 22, 2023
1 parent 5974062 commit 5d0198b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ utils
β”œβ”€ SSTORE2 β€” "Library for cheaper reads and writes to persistent storage"
β”œβ”€ CREATE3 β€” "Deploy to deterministic addresses without an initcode factor"
β”œβ”€ LibRLP β€” "Library for computing contract addresses from their deployer and nonce"
β”œβ”€ LibBit β€” "Library for bit twiddling operations"
β”œβ”€ LibBit β€” "Library for bit twiddling and boolean operations"
β”œβ”€ Clone β€” "Class with helper read functions for clone with immutable args"
β”œβ”€ LibClone β€” "Minimal proxy library"
β”œβ”€ LibString β€” "Library for converting numbers into strings and other string operations"
Expand Down Expand Up @@ -54,7 +54,7 @@ This is **experimental software** and is provided on an "as is" and "as availabl

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

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

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

Expand Down

0 comments on commit 5d0198b

Please sign in to comment.