Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng1 committed Oct 9, 2014
1 parent e499267 commit 5abc684
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 @@ -26,7 +26,7 @@ var sfs = require('sfs');

sfs.start({
enableCluster: true,
rootDir: '/home/admin/sfs/files'
rootDir: '/home/admin/sfs/files',
logdir: '/home/admin/sfs/logs',
port: 8081,
nodes: [
Expand All @@ -43,7 +43,7 @@ var sfs = require('sfs');

sfs.start({
enableCluster: true,
rootDir: '/home/admin/sfs/files'
rootDir: '/home/admin/sfs/files',
logdir: '/home/admin/sfs/logs',
port: 8082,
nodes: [
Expand Down

0 comments on commit 5abc684

Please sign in to comment.