From 49fa25f925ab14cbf12f145832dc2c86b058bb1c Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Tue, 11 Oct 2022 19:07:48 -0500 Subject: [PATCH] documentation --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d2e9c29..cd5f14d 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,9 @@ Open edX OAuth2 Backend for Wordpress ===================================== +.. image:: https://img.shields.io/static/v1?label=pypi&style=flat-square&color=0475b6&message=edx-oauth2-wordpress-backend + :alt: PyPi edx-oauth2-wordpress-backend + :target: https://pypi.org/project/edx-oauth2-wordpress-backend/ + .. image:: https://img.shields.io/badge/hack.d-Lawrence%20McDaniel-orange.svg :target: https://lawrencemcdaniel.com :alt: Hack.d Lawrence McDaniel @@ -36,7 +40,7 @@ An example implementation for an Open edX installation named https://stepwisemat 1. add this package to your project's requiremets ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -include this repo in your project's requiremets.txt, or install it from the command line. +add this package to your project's requiremets.txt, or install it from the command line. .. code-block:: shell