Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Add more syntax highlighting to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Burke committed Jul 24, 2015
1 parent 779a0c1 commit 8e21bf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -27,8 +27,8 @@ Usage

From a CakePHP application, run the following from the command-line:

```
composer require --dev cakephp/codeception:dev-master && composer run-script post-install-cmd
```console
$ composer require --dev cakephp/codeception:dev-master && composer run-script post-install-cmd
```

If you are developing a plugin, add the post-install script to your `composer.json` first:
Expand All @@ -44,8 +44,8 @@ If you are developing a plugin, add the post-install script to your `composer.js
Once installed, you can now run `bootstrap` which will create all the codeception required files
in your application:

```
vendor/bin/codecept bootstrap
```console
$ vendor/bin/codecept bootstrap
```

This creates the following files/folders in your `app` directory:
Expand Down

0 comments on commit 8e21bf8

Please sign in to comment.