Skip to content

Commit

Permalink
Update readme (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio-godaddy authored Nov 1, 2022
1 parent eda654c commit 0fcf0b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# WP_Mock

> WP_Mock is an API mocking framework, built and maintained by [10up](http://10up.com) for the purpose of making it possible to properly unit test within WordPress.
> WP_Mock is an API mocking framework, built and maintained by [10up](http://10up.com) and [GoDaddy](https://godaddy.com) for the purpose of making it possible to properly unit test within a WordPress project.
[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) ![PHP 7.1+][php-image] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Packagist][packagist-image]][packagist-url] [![GPLv2 License](https://img.shields.io/badge/license-GPL--2.0-orange)](https://github.com/10up/wp_mock/blob/trunk/LICENSE.md)
[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) ![PHP 7.3+][php-image] [![Coverage Status][coveralls-image]][coveralls-url] [![Packagist][packagist-image]][packagist-url] [![GPLv2 License](https://img.shields.io/badge/license-GPL--2.0-orange)](https://github.com/10up/wp_mock/blob/trunk/LICENSE.md)

## Table of Contents
* [Installation](#installation)
Expand All @@ -24,9 +24,11 @@
First, add WP Mock as a dev-dependency with [Composer](http://getcomposer.org):

```bash
composer require --dev 10up/wp_mock:0.4.2
composer require --dev 10up/wp_mock:dev-trunk
```

_**Note:** you may specify any tagged version other than `dev-trunk`._

Then, make sure your bootstrap file is loading the composer autoloader:

```php
Expand Down Expand Up @@ -481,7 +483,5 @@ Please read [CODE_OF_CONDUCT.md](https://github.com/10up/wp_mock/blob/trunk/CODE
[php-image]: https://img.shields.io/badge/php-7.1%2B-green.svg
[packagist-image]: https://img.shields.io/packagist/dt/10up/wp_mock.svg
[packagist-url]: https://packagist.org/packages/10up/wp_mock
[travis-image]: https://travis-ci.org/10up/wp_mock.svg?branch=trunk
[travis-url]: https://travis-ci.org/10up/wp_mock
[coveralls-image]: https://coveralls.io/repos/github/10up/wp_mock/badge.svg?branch=trunk
[coveralls-url]: https://coveralls.io/github/10up/wp_mock?branch=trunk

0 comments on commit 0fcf0b6

Please sign in to comment.