From 9df874f2fc8f017d5f0283cd97b6d8f0ad8ecf63 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Thu, 22 Nov 2012 21:16:06 +0100 Subject: [PATCH] Readme --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 1344507c..5ef5074a 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,4 +1,4 @@ -This is a Python library to access the [Github API v3](http://developer.github.com/v3). +This is a Python (2 and 3) library to access the [Github API v3](http://developer.github.com/v3). With it, you can manage your [Github](http://github.com) resources (repositories, user profiles, organizations, etc.) from Python scripts.