Skip to content

Commit 1615977

Browse files
insukchoJasonStoltz
authored andcommitted
Change code snippet format
The current code snippet is a single line even there are 2 lines. Also, want to make is like a code rather than normal text
1 parent 8effa35 commit 1615977

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
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-
36+
```
3737
from swiftype import swiftype
3838
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)