Skip to content

Commit 28fcdac

Browse files
committed
Update readme
1 parent 5f79d21 commit 28fcdac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
##PHP Closure Compiler
2-
==
2+
33
**PHPCC** is a PHP Library to use Google Closure Compiler compress Javascript.
44
You can view information about Google Closure Compiler on this [link](https://developers.google.com/closure/compiler/).
55

66

77

8-
### How to use
8+
## How to use
99

1010
Download **phpcc** Library. and then include <code>phpcc.inc</code> in your <code>.php</code> file. you can test <code>sample.php</code>.
1111

@@ -50,7 +50,7 @@ print_r($phpcc->help());
5050

5151

5252

53-
### How to compress
53+
## How to compress
5454

5555
Add jQuery file and combined compression to one file.
5656
<pre>
@@ -77,7 +77,7 @@ print_r($ary_result);
7777

7878
----
7979

80-
use <code>single()</code> can individual compression.
80+
Use <code>single()</code> can individual compression.
8181
<pre>
8282
$ary_result = $phpcc
8383
->add("js/jquery-1.10.2.js")
@@ -98,7 +98,7 @@ print_r($ary_result);
9898

9999
----
100100

101-
you can also mixed.
101+
You can also mixed.
102102
<pre>
103103
$ary_result = $phpcc
104104
->add("js/jquery-1.10.2.js")
@@ -125,14 +125,14 @@ print_r($ary_result);
125125

126126

127127

128-
### Authors
128+
## Authors
129129

130130
**tureki**
131131

132132
+ [http://github.com/tureki](http://github.com/tureki)
133133

134134

135135

136-
### Copyright and license
136+
## Copyright and license
137137

138138
Copyright 2013 tureki, under [the Apache 2.0 license](LICENSE).

0 commit comments

Comments
 (0)