Skip to content

Commit 84618b1

Browse files
authored
Merge pull request #22 from swiftype/patch-2
Patch 2
2 parents 8effa35 + ca61e93 commit 84618b1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ To install locally, clone this repository, `cd` into the directory and run:
3333
1. Create an account at [Swiftype](https://swiftype.com/) and get your API key from your [Account Settings](https://app.swiftype.com/settings/account).
3434

3535
2. Configure your client:
36-
37-
from swiftype import swiftype
38-
client = swiftype.Client(api_key='YOUR_API_KEY')
36+
37+
from swiftype import swiftype
38+
client = swiftype.Client(api_key='YOUR_API_KEY')
39+
3940

4041
3. Create an `Engine` named e.g. `youtube`:
4142

0 commit comments

Comments
 (0)