Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alhoqbani committed Jul 14, 2017
1 parent 8febf9e commit c22396f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ composer require "arutil/ar-php:0.0.*"
or add it in your `composer.json` file:
```
"require": {
"z/ar-php": "0.0.*"
"arutil/ar-php": "0.0.*"
}
```

Expand All @@ -28,8 +28,9 @@ And use it same as the original library at [ar-php.org](http://www.ar-php.org)
<?php
require_once __DIR__ . '/../vendor/autoload.php';
$obj = new I18N_Arabic('Numbers');
use ArUtil\I18N\Arabic;
$obj = new Arabic('Numbers');
echo $obj->int2str(1975);
```
Expand Down

0 comments on commit c22396f

Please sign in to comment.