diff --git a/README.md b/README.md index 31ce98e..fd64301 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ For devs who love ergonomics! You may appreciate Surreal if: * `me()` can be used directly as a single element (like `querySelector()` or `$()`) * `any()` can use: `for` / `forEach` / `filter` / `map` (like `querySelectorAll()` or `$()`) * 🌗 No forced style. Use: `classAdd` or `class_add` or `addClass` or `add_class` - * Use `camelCase` (Javascript) or `snake_case` (Python, Rust, PHP, Ruby, SQL, *CSS*). + * Use `camelCase` (Javascript) or `snake_case` (Python, Rust, PHP, Ruby, SQL, CSS). ### 🤔 Why use `me()` / `any()` instead of `$()` * 💡 Solves the classic jQuery bloat problem: Am I getting 1 element or an array of elements? @@ -89,9 +89,9 @@ Or, 🌐 via CDN: `