Skip to content

Commit d2c5f15

Browse files
authored
Update README.md
1 parent b3a3af6 commit d2c5f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ DotArray::create(['config' => ['some.dotted.key' => 'value']])->get('config.{som
4040
## Usage
4141
4242
43-
####### REMEMBER: YOU NEED TO KNOW YOUR DATA!
44-
####### DotArray::get() can return a new instance of DotArray in case the accessed path is an array or it will return the raw data value or the default given value.
43+
>#### REMEMBER: YOU NEED TO KNOW YOUR DATA!
44+
>#### DotArray::get() can return a new instance of DotArray in case the accessed path is an array or it will return the raw data value or the default given value.
4545
4646
- **instantiation**:
4747
- ```php

0 commit comments

Comments
 (0)