Skip to content
This repository was archived by the owner on Dec 16, 2018. It is now read-only.

Commit 4453e09

Browse files
author
Steve Thomas
committed
Merge branch 'hotfix/1.0.1'
2 parents 9f31063 + 01447e3 commit 4453e09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Installation
1111
------------
1212

1313
* Download Monolog using Composer into your Codeigniter root
14-
* add to your index.php Conposers autoload:
14+
* add to your index.php Composers autoload:
1515
```include_once './vendor/autoload.php';```
1616
* copy over the relevant files
1717
* have fun

application/libraries/Log.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/*
66
* CodeIgniter Monolog integration
77
*
8+
* Version 1.0.1
89
* (c) Steve Thomas <[email protected]>
910
*
1011
* For the full copyright and license information, please view the LICENSE

0 commit comments

Comments
 (0)