We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9fa1e commit 3fbb57fCopy full SHA for 3fbb57f
README.md
@@ -49,9 +49,11 @@ Channel Data includes some core modules for you to use. Core models belong to th
49
50
The key thing to note when instantiating Channel Data is that you need to do 3 things.
51
52
-1. Load the Channel Data package into your add-on
53
-2. Load the Channel Data driver from the package
54
-3. Tell Channel Data where the auto loader should look for your files.
+ 1. Load the Channel Data package into your add-on
+
+ 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
58
59
ee()->load->add_package_path(PATH_THIRD . 'your_addon_name');
0 commit comments