Skip to content

Commit

Permalink
add fg
Browse files Browse the repository at this point in the history
  • Loading branch information
calabashdoll committed Sep 26, 2017
1 parent a3f215c commit 95eaa9e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@

This is a common script package for php composer beginners tutorial.

fg:see wiki
<pre>
<code>
require_once "vendor/autoload.php";

use Calabash\calabash\Calabash;

$hello = new Calabash("葫芦王");

echo $hello->calabash();
</code>
<pre>

0 comments on commit 95eaa9e

Please sign in to comment.