From d44f95721d7f512626221ab2e644e26cd088b8ff Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Sun, 21 Sep 2014 18:12:39 -0700 Subject: [PATCH] Fix "currently" date in README.md It's not 2015 yet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29f75b8e8..bfe16d1ab 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Linked Data Platform server based on rdflib.js and node.js Using the rdflib.js library originally developed for the browser environment and since ported to node.js, a linked data server supporting the POST and PATCH. -Minimum requirement is to suport the client side of the same library, which currently (2015/09) +Minimum requirement is to suport the client side of the same library, which currently (September 2014) uses a form of SPARQL-Patch via POST. In future may provide ACL management etc.