Browse Source

Fix spelling of AMQP and improve description

pull/50/head
terribleplan 12 years ago
parent
commit
31a4d5d780
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

344
 *Libraries for working with event and task queues.*
344
 *Libraries for working with event and task queues.*
345
 
345
 
346
 * [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library.
346
 * [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library.
347
-* [PHP AMPQ](https://github.com/videlalvaro/php-amqplib) - An AMPQ library.
347
+* [PHP AMQP](https://github.com/videlalvaro/php-amqplib) - A pure PHP AMQP library.
348
 * [Thumper](https://github.com/videlalvaro/Thumper) - A RabbitMQ pattern library.
348
 * [Thumper](https://github.com/videlalvaro/Thumper) - A RabbitMQ pattern library.
349
 * [Bernard](https://github.com/bernardphp/bernard) - A multibackend abstraction library.
349
 * [Bernard](https://github.com/bernardphp/bernard) - A multibackend abstraction library.
350
 
350
 
615
 * Collecting Garbage: [1](http://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](http://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](http://www.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
615
 * Collecting Garbage: [1](http://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](http://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](http://www.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
616
 
616
 
617
 # Contributing
617
 # Contributing
618
-Please see [CONTRIBUTING](https://github.com/php-loep/Plates/blob/master/CONTRIBUTING.md) for details.
618
+Please see [CONTRIBUTING](https://github.com/php-loep/Plates/blob/master/CONTRIBUTING.md) for details.

Loading…
Cancel
Save