Skip to content

Commit c0bb33d

Browse files
committed
Updated formatting to use code blocks
1 parent a45d60c commit c0bb33d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ This is python port of https://github.com/mgp25/Instagram-API, written on PHP. W
1313

1414
1. Fork/Clone/Download this repo
1515

16-
git clone https://github.com/LevPasha/Instagram-API-python.git
16+
`git clone https://github.com/LevPasha/Instagram-API-python.git`
1717

1818

1919
2. Navigate to the directory
2020

21-
cd Instagram-API-python
21+
`cd Instagram-API-python`
2222

2323

2424
3. Install the dependencies
2525

26-
https://github.com/LevPasha/Instagram-API-python.git
26+
`https://github.com/LevPasha/Instagram-API-python.git`
2727

2828

2929
4. Modify test.py with your own username and password
3030

3131

3232
5. Run the test script
3333

34-
python test.py
34+
`python test.py`
3535

3636

3737
### Now InstagramAPI.py can:

0 commit comments

Comments
 (0)