From 5d0198b498601ac7ca600afb351103bac89ac0e7 Mon Sep 17 00:00:00 2001 From: Vectorized Date: Thu, 23 Feb 2023 07:46:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README=20(#326)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d7012292..a843b8839 100644 --- a/README.md +++ b/README.md @@ -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" @@ -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.