Skip to content

Commit 1d3cbe7

Browse files
authored
Update README.md
1 parent 3406b4d commit 1d3cbe7

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 - :sailboat: Sail through array using the dot notation
1+
# DotArray - Sail through array using the dot notation
22

33

44
<p align="center">~ Enjoy your :coffee: ~</p>
@@ -22,7 +22,7 @@ DotArray::create(['config' => ['some.dotted.key' => 'value']])->get('config.{som
2222

2323

2424

25-
## :hammer: Installing
25+
## Installing
2626

2727
- **via "composer require"**:
2828

@@ -46,7 +46,7 @@ DotArray::create(['config' => ['some.dotted.key' => 'value']])->get('config.{som
4646
4747
4848
49-
## :book: Usage
49+
## Usage
5050
5151
>##### REMEMBER: YOU NEED TO KNOW YOUR DATA
5252
>##### 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
@@ -216,7 +216,7 @@ DotArray::create(['config' => ['some.dotted.key' => 'value']])->get('config.{som
216216
217217
218218
219-
### :green_apple: Data Sample:
219+
### Data Sample:
220220
221221
```php
222222
$dummyArray = [
@@ -283,7 +283,7 @@ $dummyArray = [
283283
284284
285285
286-
## :beetle: Bugs and feature requests
286+
## Bugs and feature requests
287287
288288
Have a bug or a feature request?
289289
Please first read the issue guidelines and search for existing and closed issues.
@@ -292,7 +292,7 @@ If your problem or idea is not addressed yet, [please open a new issue][new-issu
292292
293293
294294
295-
## :raised_hands: Contributing guidelines
295+
## Contributing guidelines
296296
297297
All contributions are more than welcomed.
298298
Contributions may close an issue, fix a bug (reported or not reported), add new design blocks,
@@ -306,7 +306,7 @@ personal appearance, race, religion, or sexual identity and orientation.
306306
307307
308308
309-
#### :trident: Versioning
309+
#### Versioning
310310
311311
Through the development of new versions, we're going use the [Semantic Versioning][semver].
312312

@@ -318,7 +318,7 @@ Example: `1.0.0`.
318318

319319

320320

321-
## :alien: Authors
321+
## Authors
322322

323323
* **Banciu N. Cristian Mihai**
324324

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

328328

329329

330-
## :pencil2: License
330+
## License
331331

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

0 commit comments

Comments
 (0)