Skip to content

Commit 63cfa84

Browse files
authored
Update readme.md
1 parent 01f7af8 commit 63cfa84

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@
99
## Introduction
1010

1111
Laravel Dynamic Model provides you with a model which can handle multiple database tables.
12-
*Warning*: this is only a good approach if you really know what your doing and you have no other option!
12+
13+
**Warning**: this is only a good approach if you really know what your doing and you have no other option!
1314

1415
## Installation
1516

16-
Dependencies
17+
### Dependencies
18+
1719
This package depends on Doctrine/DBAL, so make sure you have it or install it.
1820

1921
``` bash
2022
$ composer require doctrine/dbal
2123
```
2224

23-
Package
25+
### Package
2426

2527
``` bash
2628
$ composer require sairahcaz/laravel-dynamic-model

0 commit comments

Comments
 (0)