From 454b35cfd260db347465f9c55d3b1aa4b6eae8c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sun, 11 Nov 2012 10:54:52 +0100 Subject: rename README => README.md --- README | 15 --------------- README.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 08a3c10..0000000 --- a/README +++ /dev/null @@ -1,15 +0,0 @@ -python-json-pointer -=================== - -Resolve JSON Pointers in Python -------------------------------- - -[![Build Status](https://secure.travis-ci.org/stefankoegl/python-json-pointer.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-pointer) - -Library to resolve JSON Pointers according to -http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-04 - -See Sourcecode for Examples - -Website: https://github.com/stefankoegl/python-json-pointer -Repository: https://github.com/stefankoegl/python-json-pointer.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..08a3c10 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +python-json-pointer +=================== + +Resolve JSON Pointers in Python +------------------------------- + +[![Build Status](https://secure.travis-ci.org/stefankoegl/python-json-pointer.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-pointer) + +Library to resolve JSON Pointers according to +http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-04 + +See Sourcecode for Examples + +Website: https://github.com/stefankoegl/python-json-pointer +Repository: https://github.com/stefankoegl/python-json-pointer.git -- cgit v1.2.1