diff --git a/README b/README index fa86dc1..bf3b289 100644 --- a/README +++ b/README @@ -1,9 +1,12 @@ README ============================================================================== -This is a python interface for the Openshift v2 REST API. Check +This is a python interface for the OpenShift v2 REST API. Check oshift/__init__.py for the class file. +For OpenShift v3 and above, please go to +https://github.com/openshift/openshift-restclient-python + [2012-11-19] Use python requests module instead of httplib for a cleaner interface. Known issue is https over proxy does not work as indicated by