Skip to content

Commit 366c47b

Browse files
authored
Update README.md
Making readme bullets consistent with example
1 parent 644934b commit 366c47b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Also available via [PIP](https://pypi.python.org/pypi/meraki/).
99
* After Python is installed, prepare your environment:
1010
* Use pip (or alternative such as easy_install) to install required packages:
1111
* pip install requests
12-
* Download merakiapi.py above and place it in your desired folder
12+
* pip install meraki
1313
* You are now ready to create your first script:
1414
* create a new file and name it with python extension, e.g., meraki_hello_world.py
15-
* import the meraki api into your script, e.g., import merakiapi as m
15+
* import the meraki api into your script, e.g., from meraki import meraki
1616
* use the meraki API to interact with your dashboard
1717

1818
## Example

0 commit comments

Comments
 (0)