Skip to content

Commit ecfe93f

Browse files
committed
Fix readme
1 parent 229e68e commit ecfe93f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require_once 'src/Exception/NTWIndiaNumberOverflow.php';
4949

5050
```php
5151
<?php
52-
$ntw = new \ntwIndia\NTW_India();
52+
$ntw = new \NTWIndia\NTWIndia();
5353
```
5454

5555
**Convert values**
@@ -108,11 +108,11 @@ first letter.
108108

109109
Two exceptions are thrown depending on the condition.
110110

111-
### `NTWIndia\Exception\NTWIndiaInvalidNumber`
111+
### `\NTWIndia\Exception\NTWIndiaInvalidNumber`
112112

113113
If you pass a variable to a method which isn't a valid number `( ! is_numeric( $number ) )`
114114

115-
### `NTWIndia\Exception\NTWIndiaNumberOverflow`
115+
### `\NTWIndia\Exception\NTWIndiaNumberOverflow`
116116

117117
If pass a number which exceeds the limit.
118118

0 commit comments

Comments
 (0)