Skip to content

Commit

Permalink
proper indentation for example
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Jan 17, 2012
1 parent 0fa30b5 commit 50d87ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ files.

## Example usage

entry = Pgpass.match(database: 'sample_db', user: 'manveru')
DB = Sequel.connect(entry.to_url)
entry = Pgpass.match(database: 'sample_db', user: 'manveru')
DB = Sequel.connect(entry.to_url)

## License

Expand Down

0 comments on commit 50d87ad

Please sign in to comment.