Jordi Boggiano пре 13 година
родитељ
комит
39e8151a93
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      README.mdown

+ 3 - 3
README.mdown

@@ -107,7 +107,7 @@ Handlers
 - _NativeMailHandler_: Sends emails using PHP's
   [`mail()`](http://php.net/manual/en/function.mail.php) function.
 - _SwiftMailerHandler_: Sends emails using a [`Swift_Mailer`](http://swiftmailer.org/) instance.
-- _PushoverHandler: Sends mobile notifications via the [Pushover](https://www.pushover.net/) API.
+- _PushoverHandler_: Sends mobile notifications via the [Pushover](https://www.pushover.net/) API.
 - _SyslogHandler_: Logs records to the syslog.
 - _GelfHandler_: Logs records to a [Graylog2](http://www.graylog2.org) server.
 - _SocketHandler_: Logs records to [sockets](http://php.net/fsockopen), use this
@@ -115,8 +115,8 @@ Handlers
 - _AmqpHandler_: Logs records to an [amqp](http://www.amqp.org/) compatible
   server. Requires the [php-amqp](http://pecl.php.net/package/amqp) extension (1.0+).
 - _CubeHandler_: Logs records to a [Cube](http://square.github.com/cube/) server.
-- _CouchDBHandler: Logs records to a CouchDB server.
-- _DoctrineCouchDBHandler: Logs records to a CouchDB server via the Doctrine CouchDB ODM.
+- _CouchDBHandler_: Logs records to a CouchDB server.
+- _DoctrineCouchDBHandler_: Logs records to a CouchDB server via the Doctrine CouchDB ODM.
 
 Wrappers / Special Handlers
 ---------------------------