diff --git a/site/index.html b/site/index.html
index fc6412b..ca75332 100644
--- a/site/index.html
+++ b/site/index.html
@@ -305,11 +305,10 @@ Implement a JSON library using the hash map and array
Proper string encoding
Proper string decoding
-"Canonical JSON"
+Canonical JSON
-- Keys are sorted lexicographically by Unicode code point
-(4bytes)
-- Floats are not allowed (fail on encountering a float)
+Keys are sorted lexicographically
+Floats are not allowed (ignore any float values)
Encode as UTF-8 instead of using \u
escapes
Decode encoded strings to UTF-8