Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Feb 5, 2019
1 parent e4dc975 commit a92b1fc
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Chuck Norris Jokes

Create chuck norris jokes in your next PHP project.

## Installation

Require the package using composer:

```bash
composer require mpociot/chuck-norris-jokes
```

## Usage

```php
use Mpociot\ChuckNorrisJokes\JokeFactory;

$jokes = new JokeFactory();

$joke = $jokes->getRandomJoke();
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](./LICENSE.md)

0 comments on commit a92b1fc

Please sign in to comment.