diff --git a/README.md b/README.md index 0300ca2..af433ea 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Data Structures for PHP 7 +# Native Data Structures for PHP [![Build Status](https://github.com/php-ds/ext-ds/workflows/CI/badge.svg)](https://github.com/php-ds/ext-ds/actions?query=workflow%3A%22CI%22+branch%3Amaster) [![Build status](https://ci.appveyor.com/api/projects/status/9w0xitp3q04hdu1d?svg=true)](https://ci.appveyor.com/project/rtheunissen/ext-ds) [![PECL](https://img.shields.io/badge/PECL-1.4.0-blue.svg)](https://pecl.php.net/package/ds) -An extension providing specialized data structures as efficient alternatives to the PHP array. -You can read about it in more detail [in this blog post](https://medium.com/p/9dda7af674cd) which highlights the API, performance and other benefits of using the extension. +A PHP language extension that provides specialized data structures as efficient alternatives to the PHP array. +You can read about it in more detail [in this blog post](https://medium.com/p/9dda7af674cd) which highlights the API, performance (relative to PHP 7) and other benefits of using the extension. ## Documentation