diff --git a/package.json b/package.json
index e4404b0..8796401 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "clsx",
"version": "1.1.0",
"repository": "lukeed/clsx",
- "description": "A tiny (229B) utility for constructing className strings conditionally.",
+ "description": "A tiny (228B) utility for constructing className strings conditionally.",
"module": "dist/clsx.m.js",
"unpkg": "dist/clsx.min.js",
"main": "dist/clsx.js",
diff --git a/readme.md b/readme.md
index c163604..7b87e86 100644
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,6 @@
# clsx [![Build Status](https://travis-ci.org/lukeed/clsx.svg?branch=master)](https://travis-ci.org/lukeed/clsx)
-> A tiny (229B) utility for constructing `className` strings conditionally.
Also serves as a [faster](/bench) & smaller drop-in replacement for the `classnames` module.
+> A tiny (228B) utility for constructing `className` strings conditionally.
Also serves as a [faster](/bench) & smaller drop-in replacement for the `classnames` module.
This module is available in three formats: