From 303388d5859a393e7556eb31e1f19decb9233ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Mon, 22 Feb 2016 13:39:57 -0800 Subject: [PATCH] Remove examples/ directory --- examples/README.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md deleted file mode 100644 index e161835b..00000000 --- a/examples/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Parse Server + Express Sample Application - -We have provided a basic Node.js application that uses the Parse Server module on Express and can be easily deployed using any of the following buttons: - - - -You can find the sample application in the [parse-server-example](https://github.com/ParsePlatform/parse-server-example) repository along with additional deployment options.