diff --git a/README.md b/README.md index 4fc91c0d..03d64fbc 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ All-in-One Test Automation Framework -SeleniumBase makes it easy to run WebDriver automation with [pytest](https://docs.pytest.org/en/latest/) & [nosetests](http://nose.readthedocs.io/en/latest/). +SeleniumBase makes it easy to run WebDriver automation with [Pytest](https://docs.pytest.org/en/latest/) & [Nose](http://nose.readthedocs.io/en/latest/). [![pypi](https://img.shields.io/pypi/v/seleniumbase.svg)](https://pypi.python.org/pypi/seleniumbase) [![Build Status](https://travis-ci.org/seleniumbase/SeleniumBase.svg?branch=master)](https://travis-ci.org/seleniumbase/SeleniumBase) [![Python version](https://img.shields.io/badge/python-2.7,_3.*-22AADD.svg "Python version")](https://docs.python.org/2/) [![MIT License](http://img.shields.io/badge/license-MIT-22BBCC.svg "MIT License")](https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE) [![Join the chat at https://gitter.im/seleniumbase/SeleniumBase](https://badges.gitter.im/seleniumbase/SeleniumBase.svg)](https://gitter.im/seleniumbase/SeleniumBase?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub stars](https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg "GitHub stars")](https://github.com/seleniumbase/SeleniumBase/stargazers) diff --git a/_config.yml b/_config.yml index deee3c4e..34d846dd 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,3 @@ theme: jekyll-theme-cayman title: SeleniumBase -description: Selenium automation made simple. Runs from Pytest or Nose(test). \ No newline at end of file +description: Selenium automation made simple. Runs with Pytest and/or Nose(test). \ No newline at end of file