diff --git a/site/index.html b/site/index.html
index ca75332..279f54c 100644
--- a/site/index.html
+++ b/site/index.html
@@ -307,8 +307,8 @@ Implement a JSON library using the hash map and array
Canonical JSON
-Keys are sorted lexicographically
-Floats are not allowed (ignore any float values)
+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