Skip to content

Commit

Permalink
Fixing Markdown Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jae committed Sep 25, 2008
1 parent 8b309e8 commit df10c32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.mkdn
Expand Up @@ -21,12 +21,12 @@ Usage
-----

Change the constants within nib.rb to match your settings:

`BUCKET_NAME = "Your S3 Bucket name"
BUCKET_NAME = "Your S3 Bucket name"
ACCESS_KEY = "Your S3 Access Key"
SECRET_ACCESS_KEY = "Your S3 Secret Access Key"
BACKUP_PATH = "/Path/to/backup"
BUCKET_PREFIX = "Your Model Prefix" # Restricts the response to only contain results that begin with the specified prefix.`
BUCKET_PREFIX = "Your Model Prefix" # Restricts the response to only contain results that begin with the specified prefix.

`run ruby nib.rb &`

0 comments on commit df10c32

Please sign in to comment.