Skip to content

Commit c451cdc

Browse files
committed
Update README
1 parent 40df8cf commit c451cdc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Step 1. Edit your `composer.json`:
1616
```json
1717
{
1818
"require": {
19-
"tureki/phpcc": ">=1.0.0"
19+
"tureki/phpcc": ">=1.0.5"
2020
}
2121
}
2222
```
@@ -68,14 +68,12 @@ Example:
6868

6969

7070

71-
7271
----
7372

7473
<code>jar_file</code> is Google Closure Compiler jar file. Your can download latest version on this [link](http://code.google.com/p/closure-compiler/wiki/BinaryDownloads)
7574

7675

7776

78-
7977
----
8078

8179
After setting. use <code>help()</code> method to test **phpcc**.
@@ -160,6 +158,11 @@ print_r($ary_result);
160158

161159

162160

161+
## Todo
162+
163+
a. Add Unit Test
164+
b. Integrate CI
165+
163166
## Authors
164167

165168
**tureki**
@@ -168,6 +171,6 @@ print_r($ary_result);
168171

169172

170173

171-
## Copyright and license
174+
## Copyright and License
172175

173-
Copyright 2013 tureki, under [the Apache 2.0 license](LICENSE).
176+
Copyright 2013 tureki, under [MIT License](http://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)