From 6e5417ef7e2f796ca27665f6a54c3c82f52c12b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=AE=E6=B2=99?= Date: Thu, 7 Jul 2016 23:29:12 +0800 Subject: [PATCH] Update README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f5b9906e9..45d49e3e0 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -django-xadmin |Build Status| |Build Status2| +Xadmin |Build Status| |Build Status2| ============================================ .. |Build Status| image:: https://travis-ci.org/sshwsfc/xadmin.png?branch=master @@ -57,13 +57,13 @@ Xadmin is best installed via PyPI. To install the latest version, run: .. code:: bash - pip install django-xadmin + pip install xadmin or Install from github source: .. code:: bash - pip install git+git://github.com/sshwsfc/django-xadmin.git + pip install git+git://github.com/sshwsfc/xadmin.git Install Requires ----------------