summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2014-07-21 18:24:31 +0100
committerJoe Robinson <joe@lc8n.com>2014-07-21 18:24:31 +0100
commitfffc066c05279afef8728b5d8d8dba01cf253654 (patch)
treeaf1845bc43da6ad0fe48cc84bd632698c632910a
parentd3993e6385210b1efebbe033e7d705451ecc0061 (diff)
Updated readme markdown
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8b6aff7..80c1f20 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-#blapaste
+# blapaste
Very simple pastebin clone written in PHP
-##Author
+## Author
Joe Robinson
Source code of [p.of.je](http://p.of.je)
@@ -24,19 +24,18 @@ where it can be viewed
Alternatively, host it yourself
-#Installation
+# Installation
-##Requirements
+## Requirements
PHP (Tested with 5.5, assumed to work with any recent version)
An HTTP Server (Tested with Apache 2.2)
-##Instructions
+## Instructions
Clone this repository into a directory
Configure your HTTP server so that the directory can be accessed via a
browser
Ensure the HTTP server has write access to the directory
Navigate to the directory in your browser, then follow the usage
-instructions above
-
+instructions above \ No newline at end of file