diff --git a/README.md b/README.md index d65d9dc..3fc9478 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -wp-cli/profile -============== +wp-cli/profile-command +====================== Quickly identify what's slow with WordPress. -[![CircleCI](https://circleci.com/gh/wp-cli/profile/tree/master.svg?style=svg)](https://circleci.com/gh/wp-cli/profile/tree/master) +[![Build Status](https://travis-ci.org/wp-cli/profile-command.svg?branch=master)](https://travis-ci.org/wp-cli/profile-command) Quick links: [Overview](#overview) | [Using](#using) | [Installing](#installing) | [Contributing](#contributing) @@ -213,7 +213,7 @@ current theme. Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with `wp cli update`. -Once you've done so, you can install this package with `wp package install wp-cli/profile`. +Once you've done so, you can install this package with `wp package install wp-cli/profile-command`. ## Contributing @@ -225,9 +225,9 @@ Contributing isn’t limited to just code. We encourage you to contribute in the Think you’ve found a bug? We’d love for you to help us get it fixed. -Before you create a new issue, you should [search existing issues](https://github.com/wp-cli/profile/issues?q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version. +Before you create a new issue, you should [search existing issues](https://github.com/wp-cli/profile-command/issues?q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version. -Once you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please [create a new issue](https://github.com/wp-cli/profile/issues/new) with the following: +Once you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please [create a new issue](https://github.com/wp-cli/profile-command/issues/new) with the following: 1. What you were doing (e.g. "When I run `wp post list`"). 2. What you saw (e.g. "I see a fatal about a class being undefined."). @@ -237,7 +237,7 @@ Include as much detail as you can, and clear steps to reproduce if possible. ### Creating a pull request -Want to contribute a new feature? Please first [open a new issue](https://github.com/wp-cli/profile/issues/new) to discuss whether the feature is a good fit for the project. +Want to contribute a new feature? Please first [open a new issue](https://github.com/wp-cli/profile-command/issues/new) to discuss whether the feature is a good fit for the project. Once you've decided to commit the time to seeing your pull request through, please follow our guidelines for creating a pull request to make sure it's a pleasant experience: diff --git a/composer.json b/composer.json index 0ce5342..86f198a 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "wp-cli/profile", + "name": "wp-cli/profile-command", "description": "Quickly identify what's slow with WordPress.", "type": "wp-cli-package", "homepage": "https://runcommand.io/wp/profile/",