From 8ab2d08134527918525760f0b059858b0ca9fb0a Mon Sep 17 00:00:00 2001 From: Bhavesh Rajpoot Date: Fri, 25 Jun 2021 11:19:47 +0530 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1eed33c..057ad09 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,15 @@ TCalc is a general toolkit designed for all the telescope owners and enthusiasts! This package has a set of functions which will allow you to calculate the basic properties and performance of your telescope and eyepiece pair. [![PyPI version](https://badge.fury.io/py/TCalc.svg)](https://badge.fury.io/py/TCalc) -[![Documentation Status](https://readthedocs.org/projects/tcalc/badge/?version=latest)](https://tcalc.readthedocs.io/en/latest/?badge=latest)[![Requirements Status](https://requires.io/github/Bhavesh012/TCalc/requirements.svg?branch=main)](https://requires.io/github/Bhavesh012/TCalc/requirements/?branch=main) +[![Documentation Status](https://readthedocs.org/projects/tcalc/badge/?version=latest)](https://tcalc.readthedocs.io/en/latest/?badge=latest) +[![Requirements Status](https://requires.io/github/Bhavesh012/TCalc/requirements.svg?branch=main)](https://requires.io/github/Bhavesh012/TCalc/requirements/?branch=main) [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) ## Documentation -Docmentation is available [here] +Docmentation is available [here.](https://tcalc.readthedocs.io/en/latest/?badge=latest) ## Getting Started @@ -31,6 +32,8 @@ pip install -e . ``` ### Basic Usage -`from tcalc import telescope, eyepiece` +```python +from tcalc import telescope, eyepiece +``` ### Tutorials