Skip to content

Commit

Permalink
invalid example redis port in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhunter committed Oct 21, 2016
1 parent 8283c26 commit b4b5bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -275,7 +275,7 @@ var Grille = require('grille');
var grille = new Grille(['SHEET-ID-1', 'SHEET-ID-2', 'SHEET-ID-3'], {
storage: new Grille.RedisGrilleStorage({
host: '127.0.0.1',
port: 6376,
port: 6379,
current: 'grille-test-current',
collection: 'grille-test-collection'
}),
Expand Down

0 comments on commit b4b5bdb

Please sign in to comment.