diff --git a/index.html b/index.html index 6257872..95df588 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,14 @@
{{ r.description }} Researching it will give you {{ r.reputation }} reputation.
+{{ r.description }} Researching it will give you {{ r.reputation | niceNumber }} reputation.
{{ w.description }} They produce {{ w.rate }} data per second.
+{{ w.description }} They produce {{ w.rate | niceNumber }} data per second.