diff --git a/README.md b/README.md index 469d2f1..6d6d67c 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,14 @@ This is a common script package for php composer beginners tutorial. -fg:see wiki +
++ require_once "vendor/autoload.php"; + + use Calabash\calabash\Calabash; + + $hello = new Calabash("葫芦王"); + + echo $hello->calabash(); +
+