Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dlbroadfoot authored Apr 4, 2018
1 parent 60ef7d6 commit 5ec1fbd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Python wrapper for Gogogate2 API

[![Build Status](https://travis-ci.org/dlbroadfoot/pygogogate2.svg?branch=master)](https://travis-ci.org/dlbroadfoot/pygogogate2)

PyPi Package: <https://pypi.python.org/pypi/pygogogate2/>

# Introduction

This is a python module aiming to interact with the Gogogate2 API.
Expand All @@ -16,9 +18,11 @@ Getting Started
# Usage

```python
pip install 'pygogogate2'

from pygogogate2 import Gogogate2API as pygogogate2

gogate2 = pygogogate2(username, password, brand)
gogate2 = pygogogate2(username, password, ip_address)
```

# Methods
Expand Down

0 comments on commit 5ec1fbd

Please sign in to comment.