Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Telephonic Communications Inc. - GSNZ committed Sep 11, 2014
1 parent d380215 commit 169b7b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Although CouchDB's `/_all_docs` function is more popular with DB backups that d

Rerence on CouchDB's `/_all_docs` function [here ](http://docs.couchdb.org/en/latest/api/database/bulk-api.html)

###USAGE for BACKUP with `couchdb-dump.php`
###Usage for BACKUP with `couchdb-dump.php`

#####Basic Example:

`couchdb-dump.php -H localhost -p 5984 -d test > dump.json`
Expand All @@ -31,7 +32,7 @@ OPTIONS:

###Usage for RESTORE with `couchdb-restore.php`

Basic Example:
#####Basic Example:

`couchdb-restore.php -H localhost -p 5984 -d test -f dump.json`

Expand Down

0 comments on commit 169b7b1

Please sign in to comment.