diff --git a/README.md b/README.md index 02be951..6039f00 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Alfred Stack Overflow -Gets you answers to simple questions like *"python function syntax"*, without having to open your web browser: +Get answers to simple questions like *"python function syntax"*, without having to open your web browser: ![Alt text](demo.gif?raw=true "Demo of searching for the python lambda syntax") diff --git a/src/stackoverflow.py b/src/stackoverflow.py index 74318e4..e056209 100644 --- a/src/stackoverflow.py +++ b/src/stackoverflow.py @@ -152,6 +152,6 @@ def get_line(lines, num): 'github_slug': 'Que3216/alfred-stack-overflow', 'version': __version__, # Optional number of days between checks for updates - 'frequency': 3 + 'frequency': 1 }) sys.exit(wf.run(main))