From 0b258d8b8067b0a39c3e20793bc4d7722d192f8b Mon Sep 17 00:00:00 2001 From: Greg Date: Tue, 4 Feb 2014 10:19:46 -0500 Subject: [PATCH] formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a538537..dac04b9 100644 --- a/README.md +++ b/README.md @@ -42,17 +42,17 @@ $ mongo $ pip install filedb ``` -### Running via python +#### Running via python ```bash $ filedb /tmp/tutorial/mnt/ mongodb://localhost:27017/test people ``` -### Open the file +#### Open the file ```bash $ cat /tmp/tutorial/mnt/db ``` -### Upstart job +## Running as a service ```bash cp -R overlay/* / sudo start filedb