aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-11-23 11:30:18 +1100
committerYuchen Pei <hi@ypei.me>2022-11-23 11:30:18 +1100
commitb8934e7c6b70320e3b31327ba620ae23cccbc73e (patch)
tree0c57bb7216e062ad39b72376125199d08edb33c5
parenta5d134dbfd55fe73cf798f052057ad5e3e0b547c (diff)
minor wording
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 61be26b..6958060 100644
--- a/README.org
+++ b/README.org
@@ -7,7 +7,7 @@ return JSON for a given url:
http://localhost:5678/https://fsf.org
-returns a JSON report of the compliance of https://fsf.org
+This should return a JSON report of the compliance of https://fsf.org.
A more advanced version of this program should take user input url
(url to a webpage, not a javascript file), run librejs compliance, and
@@ -19,7 +19,7 @@ This can help users discover sites that are librejs-compliant.
An even more advanced version of this program should list reasons for
non-compliance of free javascript, and librejs devs can use this data
and statistics to determine how to update the compliance check to
-cover more free javascript. A more advanced librejs can download a
+cover more free javascript. A more advanced librejs can download the
database, and add javascript to whitelist depending on some threshold
from the data.