Skip to content

Commit 9826f11

Browse files
committed
Update README.md; Rename setup.py name for PyPi
1 parent c96388d commit 9826f11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ facebookmarketing is an API wrapper for Facebook written in Python
44

55
## Installing
66
```
7-
pip install git+git://github.com/GearPlug/facebookmarketing-python.git
7+
pip install facebookmarketing-python
88
```
99

1010
## Usage

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
setup(name='facebookmarketing',
3+
setup(name='facebookmarketing-python',
44
version='0.1',
55
description='API wrapper for Facebook written in Python',
66
url='https://github.com/GearPlug/facebookmarketing-python',

0 commit comments

Comments
 (0)