Skip to content

Commit c8eb86c

Browse files
committed
Fix typos
1 parent 05691a3 commit c8eb86c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ $ php bin/install.php ion-auth 2
9393
$ php bin/install.php filename-checker master
9494
```
9595

96-
[CodeIgniter REST Server](https://github.com/chriskacerguis/codeigniter-restserver):
96+
[CodeIgniter Rest Server](https://github.com/chriskacerguis/codeigniter-restserver):
9797

9898
```
9999
$ php bin/install.php restserver 2.7.2

bin/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct() {
3434
'site' => 'github',
3535
'user' => 'chriskacerguis',
3636
'repos' => 'codeigniter-restserver',
37-
'name' => 'CodeIgniter REST Server',
37+
'name' => 'CodeIgniter Rest Server',
3838
'dir' => array('config', 'controllers', 'language', 'libraries', 'views'),
3939
'pre' => 'application/',
4040
'msg' => 'See https://github.com/chriskacerguis/codeigniter-restserver',

0 commit comments

Comments
 (0)