Skip to content

Commit 278950e

Browse files
committed
Updates
1 parent 3fbb57f commit 278950e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,13 @@ Channel Data includes some core modules for you to use. Core models belong to th
4949

5050
The key thing to note when instantiating Channel Data is that you need to do 3 things.
5151

52-
1. Load the Channel Data package into your add-on
53-
54-
2. Load the Channel Data driver from the package
55-
56-
3. Tell Channel Data where the auto loader should look for your files.
57-
52+
/**
53+
* Required Steps
54+
*
55+
* 1. Load the Channel Data package into your add-on
56+
* 2. Load the Channel Data driver from the package
57+
* 3. Tell Channel Data where the auto loader should look for your files.
58+
**/
5859

5960
ee()->load->add_package_path(PATH_THIRD . 'your_addon_name');
6061

0 commit comments

Comments
 (0)