diff --git a/index.rst b/index.rst index 7e727ca..ca711e3 100644 --- a/index.rst +++ b/index.rst @@ -179,7 +179,7 @@ browser emulators through its driver - it doesn't know anything about how to start/stop or traverse page in that particular browser emulator - it only knows what driver method it should call in order to do this. -Mink v1.2 comes with four drivers out of the box: +Mink v1.2 comes with five drivers out of the box: * ``GoutteDriver`` - provides a bridge for `Goutte `_ headless browser. Goutte is a classical pure-php headless browser, written by