Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tlcaputi committed Mar 7, 2020
1 parent b38180d commit 80091e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This code has no license. Theodore Caputi (Copyright 2020) retains all rights ov
The main function of the package is `theo_timeline`. An example script would be:

```
import gtrends
from gtrends import timeline
gtrends.functions.theo_timeline(
timeline.theo_timeline(
terms = ['corona', 'corona + symptoms'],
names = ['corona', 'symptoms'],
start = '2018-01-01',
Expand All @@ -27,6 +27,7 @@ gtrends.functions.theo_timeline(
outpath = "C:/Users/tcapu/Google Drive/modules/gtrends",
creds = "C:/Users/tcapu/Google Drive/modules/gtrends/info.py"
)
```

## Getting Started
Expand Down

0 comments on commit 80091e8

Please sign in to comment.