From bb99e85f7bd16a9e79746360452850bdeb731709 Mon Sep 17 00:00:00 2001 From: Aravind Myaka <32279826+AravindMyaka@users.noreply.github.com> Date: Thu, 28 Jan 2021 23:31:00 -0600 Subject: [PATCH] fix_typo fixed typo assuming "chrome" is not intentional ;) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f59d83..4d6451d 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ version="0.1.0", author="Yeongbin Jo", author_email="yeongbin.jo@pylab.co", - description="Automatically install geckodriver that supports the currently installed version of chrome.", + description="Automatically install geckodriver that supports the currently installed version of firefox.", license="MIT", keywords="geckodriver chrome selenium splinter", url="https://github.com/yeongbin-jo/python-geckodriver-autoinstaller",