Skip to content

Commit 9ff5836

Browse files
authored
Update README.md
1 parent f5f6901 commit 9ff5836

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ This is where your description should go. Try and limit it to a paragraph or two
1111

1212
You can install the package via composer:
1313

14-
``` bash
14+
```bash
1515
composer require appstract/:package_name
1616
```
1717

1818
### Provider
1919

2020
Then add the ServiceProvider to your `config/app.php` file:
2121

22-
``` php
22+
```php
2323
'providers' => [
2424
...
2525

@@ -31,14 +31,14 @@ Then add the ServiceProvider to your `config/app.php` file:
3131

3232
## Usage
3333

34-
``` php
34+
```php
3535
$skeleton = new Appstract\Skeleton();
3636
echo $skeleton->echoPhrase('Hello, Appstract!');
3737
```
3838

3939
## Testing
4040

41-
``` bash
41+
```bash
4242
$ composer test
4343
```
4444

0 commit comments

Comments
 (0)