From 7fbb20de50fc1226e09fd40defb8733326ba690d Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Thu, 24 Oct 2019 13:09:29 -0500 Subject: [PATCH] Add link to HTML verison of RFC 6901 doc --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c9fb03a..796cc0a 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ [![npm version](https://badge.fury.io/js/json-pointer.svg)](https://www.npmjs.com/package/json-pointer) [![Coverage Status](https://coveralls.io/repos/github/manuelstofer/json-pointer/badge.svg?branch=master&service=github)](https://coveralls.io/github/manuelstofer/json-pointer?branch=master) -Some utilities for JSON pointers described by RFC 6901 +Some utilities for JSON pointers described by [RFC 6901](https://tools.ietf.org/html/rfc6901) Provides some additional stuff i needed but is not included in [node-jsonpointer](https://github.com/janl/node-jsonpointer)