Skip to content

Commit

Permalink
fixing typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsantos07 committed Aug 5, 2015
1 parent fda71c4 commit eb5f31b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Change server IP, Port or Default user

```PHP
$ip = '192.23.23.23'; //set your ip address def: 127.0.0.1
$port = '11311'; //set your porrt def: 112211
$port = '11311'; //set your port def: 11211
$users = array(
'admin' => 'some_hard_to_crack_pass@$%^',
'another_user' => 'another_pass'
Expand All @@ -55,4 +55,3 @@ This Script uses the following resources:
* morris.js licensed under [Simplified BSD License](http://morrisjs.github.io/morris.js/index.html).
* alertify.js is licensed under [MIT](http://www.opensource.org/licenses/MIT).
* jQuery is licensed [MIT license](http://en.wikipedia.org/wiki/MIT_License).

0 comments on commit eb5f31b

Please sign in to comment.