summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Dorn <jeremy@jeremydorn.com>2012-05-06 09:58:25 -0700
committerJeremy Dorn <jeremy@jeremydorn.com>2012-05-06 09:58:25 -0700
commit0ced5f358bc49de724cce2b0ab06a89369ed5c1e (patch)
treebfd79ef390e1c6d294e0fbf2c08b069d12b4965a
parent1109ff5bb76077a74cedc4860e2013c5a19a73f4 (diff)
downloadsql-formatter-0ced5f358bc49de724cce2b0ab06a89369ed5c1e.zip
sql-formatter-0ced5f358bc49de724cce2b0ab06a89369ed5c1e.tar.gz
sql-formatter-0ced5f358bc49de724cce2b0ab06a89369ed5c1e.tar.bz2
Added example output screenshot. Created examples directory.
-rw-r--r--README.md4
-rw-r--r--examples/SqlFormatterExample.pngbin0 -> 15803 bytes
-rw-r--r--examples/examples.php (renamed from examples.php)0
3 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 11b5f7a..0d0858a 100644
--- a/README.md
+++ b/README.md
@@ -30,3 +30,7 @@ Sample usage:
echo SqlFormatter::format("SELECT * FROM Table LIMIT 10");
?>
+
+Sample output:
+
+![](http://github.com/jdorn/sql-formatter/raw/master/examples/SqlFormatterExample.png)
diff --git a/examples/SqlFormatterExample.png b/examples/SqlFormatterExample.png
new file mode 100644
index 0000000..ba1558b
--- /dev/null
+++ b/examples/SqlFormatterExample.png
Binary files differ
diff --git a/examples.php b/examples/examples.php
index 3478e5d..3478e5d 100644
--- a/examples.php
+++ b/examples/examples.php