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

Commit

Permalink
Even smaller headers in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mengidd committed Aug 19, 2015
1 parent 51322d9 commit 9755110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Install composer dependency.

composer require kodebyraaet/pattern

### Create the file `App\Data\Repository.php` (the namespace may differ):
#### Create the file `App\Data\Repository.php` (the namespace may differ):
```php
<?php namespace App\Data;

Expand All @@ -20,7 +20,7 @@ class Repository extends BaseRepository
}
```

### Create the file `App\Data\RepositoryInterface.php` (namespace may differ):
#### Create the file `App\Data\RepositoryInterface.php` (namespace may differ):
```php
<?php namespace App\Data;

Expand Down

0 comments on commit 9755110

Please sign in to comment.