Skip to content

Commit 14b7698

Browse files
authored
Update README.md
1 parent 779cf67 commit 14b7698

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DotArray - enjoy your :coffee:
1+
# DotArray - :sailboat: Sail through array using the dot notation - enjoy your :coffee:
22

33
[![Require `PHP >= 7.1`](https://img.shields.io/badge/Require%20PHP-%3E%3D%207.1-brightgreen.svg)][git-source]
44

@@ -20,7 +20,7 @@ DotArray::create(['config' => ['some.dotted.key' => 'value']])->get('config.{som
2020

2121

2222

23-
## Installing
23+
## :hammer: Installing
2424

2525
- **via "composer require"**:
2626

@@ -44,7 +44,7 @@ DotArray::create(['config' => ['some.dotted.key' => 'value']])->get('config.{som
4444
4545
4646
47-
## Usage
47+
## :book: Usage
4848
4949
>##### REMEMBER: YOU NEED TO KNOW YOUR DATA
5050
>##### 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
@@ -214,7 +214,7 @@ DotArray::create(['config' => ['some.dotted.key' => 'value']])->get('config.{som
214214
215215
216216
217-
### Data Sample:
217+
### :green_apple: Data Sample:
218218
219219
```php
220220
$dummyArray = [
@@ -281,7 +281,7 @@ $dummyArray = [
281281
282282
283283
284-
## Bugs and feature requests
284+
## :beetle: Bugs and feature requests
285285
286286
Have a bug or a feature request?
287287
Please first read the issue guidelines and search for existing and closed issues.
@@ -290,7 +290,7 @@ If your problem or idea is not addressed yet, [please open a new issue][new-issu
290290
291291
292292
293-
## Contributing guidelines
293+
## :raised_hands: Contributing guidelines
294294
295295
All contributions are more than welcomed.
296296
Contributions may close an issue, fix a bug (reported or not reported), add new design blocks,
@@ -304,7 +304,7 @@ personal appearance, race, religion, or sexual identity and orientation.
304304
305305
306306
307-
#### Versioning
307+
#### :trident: Versioning
308308
309309
Through the development of new versions, we're going use the [Semantic Versioning][semver].
310310

@@ -316,7 +316,7 @@ Example: `1.0.0`.
316316

317317

318318

319-
## Authors
319+
## :alien: Authors
320320

321321
* **Banciu N. Cristian Mihai**
322322

@@ -325,7 +325,7 @@ See also the list of [contributors][contributors] who participated in this proje
325325

326326

327327

328-
## License
328+
## :pencil2: License
329329

330330
This project is licensed under the MIT License - see the [LICENSE][license] file for details.
331331

0 commit comments

Comments
 (0)