diff --git a/README.md b/README.md index abbc32c..473d78f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # Paradoc + +[![Anaconda-Server Badge](https://anaconda.org/krande/paradoc/badges/version.svg)](https://anaconda.org/krande/paradoc) +[![Anaconda-Server Badge](https://anaconda.org/krande/paradoc/badges/latest_release_date.svg)](https://anaconda.org/krande/paradoc) +[![Anaconda-Server Badge](https://anaconda.org/krande/paradoc/badges/platforms.svg)](https://anaconda.org/krande/paradoc) +[![Anaconda-Server Badge](https://anaconda.org/krande/paradoc/badges/downloads.svg)](https://anaconda.org/krande/paradoc) + A python library for parametric documentation This is still very early in development so expect things to break. @@ -11,7 +17,7 @@ make a fork, experiment and create a pull request when you have something you would like to add/change/remove. Before making a pull request you need to lint with, isort, flake8 and black. -Assuming you have a cmd terminal open in the adapy package directory you can +Assuming you have a cmd terminal open in the repo directory you can run ````