Skip to content

Commit

Permalink
Tweak README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Leonovich committed Sep 11, 2015
1 parent 92e8862 commit 47a58c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ queue = require('queue')
queue.start()

local tube_name = 'foobar'
if nil == queue.tube[tube_name] then
if not queue.tube[tube_name] then
queue.create_tube(tube_name, 'fifottl')
end
```
Expand Down

0 comments on commit 47a58c4

Please sign in to comment.