From 89f10d9377c8668f15ac8e2889a1756fa446bb80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sun, 3 Aug 2014 12:22:59 +0200 Subject: [PATCH] Example folder renamed to "examples" --- README.md | 2 +- {example => examples}/blocking.php | 0 {example => examples}/dialog.php | 0 {example => examples}/file.php | 0 {example => examples}/form.php | 0 {example => examples}/menu.php | 0 {example => examples}/notification.php | 0 {example => examples}/progress.php | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename {example => examples}/blocking.php (100%) rename {example => examples}/dialog.php (100%) rename {example => examples}/file.php (100%) rename {example => examples}/form.php (100%) rename {example => examples}/menu.php (100%) rename {example => examples}/notification.php (100%) rename {example => examples}/progress.php (100%) diff --git a/README.md b/README.md index 514df3f..3665fef 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $builder->entry('What\'s your name?', getenv('USER'))->then(function ($name) use ``` -For more examples, take a look at the `example` folder. +Looking for more examples? Take a look at the [examples](examples) folder. ## API diff --git a/example/blocking.php b/examples/blocking.php similarity index 100% rename from example/blocking.php rename to examples/blocking.php diff --git a/example/dialog.php b/examples/dialog.php similarity index 100% rename from example/dialog.php rename to examples/dialog.php diff --git a/example/file.php b/examples/file.php similarity index 100% rename from example/file.php rename to examples/file.php diff --git a/example/form.php b/examples/form.php similarity index 100% rename from example/form.php rename to examples/form.php diff --git a/example/menu.php b/examples/menu.php similarity index 100% rename from example/menu.php rename to examples/menu.php diff --git a/example/notification.php b/examples/notification.php similarity index 100% rename from example/notification.php rename to examples/notification.php diff --git a/example/progress.php b/examples/progress.php similarity index 100% rename from example/progress.php rename to examples/progress.php