From 3a910ea0daf507370d6495894a0f74f8033f2419 Mon Sep 17 00:00:00 2001 From: tlcaputi Date: Sat, 7 Mar 2020 23:35:55 +0000 Subject: [PATCH] update structure and readme --- README.md | 2 +- functions/{timeline.py => functions.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename functions/{timeline.py => functions.py} (100%) diff --git a/README.md b/README.md index 47e11b1..c550b06 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,6 @@ gtrends.functions.theo_timeline( (2) Install the package using the following command: -`pip install --upgrade git+ssh://git@github.com/tlcaputi/timeline#egg=theo_timeline` +`pip install --upgrade git+ssh://git@github.com/tlcaputi/gtrends#egg=gtrends` (3) Begin using the package! diff --git a/functions/timeline.py b/functions/functions.py similarity index 100% rename from functions/timeline.py rename to functions/functions.py