summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2014-07-21 18:33:59 +0100
committerJoe Robinson <joe@lc8n.com>2014-07-21 18:33:59 +0100
commit04f1da60ad94e92a41eb3b572a469e8b784471d6 (patch)
tree2c617e06f9086bba59d11a7e787af44f77e9b67e
parent54205fd1d1dd0e90834030ee1e5aab528ca149a7 (diff)
Updated readme
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 4e38987..5a7e46c 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ After installing pastebinit, copy the p.of.je.conf file into
Pastebinit then can be used with -b p.of.je, e.g -
-df -h | pastebinit -b http://p.of.je
+ df -h | pastebinit -b http://p.of.je
Will copy the output of df -h to http://p.of.je, then return the URL
where it can be viewed
@@ -35,15 +35,15 @@ Installation
Requirements
------------
-PHP (Tested with 5.5, assumed to work with any recent version)
-An HTTP Server (Tested with Apache 2.2)
+- PHP (Tested with 5.5, assumed to work with any recent version)
+- An HTTP Server (Tested with Apache 2.2)
Instructions
------------
-Clone this repository into a directory
-Configure your HTTP server so that the directory can be accessed via a
+- 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
+- Ensure the HTTP server has write access to the directory
+- Navigate to the directory in your browser, then follow the usage
instructions above \ No newline at end of file