Skip to content

Commit 42591e2

Browse files
author
Chris Kacerguis
committed
updated docs to reflect that the REST_Library is not to be autoloaded.
Fixes chriskacerguis#348
1 parent 3d4cfa2 commit 42591e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _Note: for 1.7.x support download v2.2 from Downloads tab_
1212

1313
## Installation
1414

15-
Drag and drop the **application/libraries/Format.php** and **application/libraries/REST_Controller.php** files into your application's directories. Either autoload the `REST_Controller` class or `require_once` it at the top of your controllers to load it into the scope. Additionally, copy the **rest.php** file from **application/config** in your application's configuration directory.
15+
Drag and drop the **application/libraries/Format.php** and **application/libraries/REST_Controller.php** files into your application's directories. To use 'require_once` it at the top of your controllers to load it into the scope. Additionally, copy the **rest.php** file from **application/config** in your application's configuration directory.
1616

1717
## Handling Requests
1818

0 commit comments

Comments
 (0)