Skip to content

Commit 0c3cfbd

Browse files
committed
README.md updated
1 parent 5e9829d commit 0c3cfbd

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MIT License
1+
The MIT License (MIT)
22

3-
Copyright (c) 2017 Sebastian Rapetti
3+
Copyright (c) 2018 Sebastian Rapetti
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
1-
![Linna Array](logo-array.png)
2-
<br/>
1+
<div align="center">
2+
<a href="#"><img src="logo-linna-96.png" alt="Linna Logo"></a>
3+
</div>
4+
35
<br/>
6+
7+
<div align="center">
8+
<a href="#"><img src="logo-array.png" alt="Linna dotenv Logo"></a>
9+
</div>
10+
411
<br/>
12+
13+
<div align="center">
14+
515
[![Build Status](https://travis-ci.org/linna/typed-array.svg?branch=master)](https://travis-ci.org/linna/typed-array)
616
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/linna/typed-array/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/linna/typed-array/?branch=master)
717
[![Code Coverage](https://scrutinizer-ci.com/g/linna/typed-array/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/linna/typed-array/?branch=master)
818
[![StyleCI](https://styleci.io/repos/93407083/shield?branch=master&style=flat)](https://styleci.io/repos/93407083)
919

20+
</div>
1021

22+
## About
1123
This package provide typed arrays for php as extension of native [ArrayObject](http://php.net/manual/en/class.arrayobject.php).
1224

1325
## Requirements
@@ -19,7 +31,7 @@ With composer:
1931
composer require linna/typed-array
2032
```
2133

22-
## Usage - TypedArray
34+
## Usage
2335
```php
2436
use Linna\TypedArray;
2537

logo-array.png

-866 Bytes
Loading

logo-linna-96.png

1.52 KB
Loading

0 commit comments

Comments
 (0)