Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit dafc42a

Browse files
committed
Update readme
1 parent 7d34038 commit dafc42a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ CodeIgniter-Breadcrumb is a library that helps your build HTML breadcrumbs with
1010

1111
## Example
1212

13-
// load libary
14-
$this->load->library('breadcrumb');
15-
16-
// add breadcrumbs
17-
$this->breadcrumb->appendCrumb('Home', '/');
18-
$this->breadcrumb->appendCrumb('Page', '/page');
19-
20-
// put this line in view to output
21-
$this->breadcrumb->output();
13+
// load libary
14+
$this->load->library('breadcrumb');
15+
16+
// add breadcrumbs
17+
$this->breadcrumb->appendCrumb('Home', '/');
18+
$this->breadcrumb->appendCrumb('Page', '/page');
19+
20+
// put this line in view to output
21+
$this->breadcrumb->output();

0 commit comments

Comments
 (0)