Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 authored Oct 22, 2016
1 parent 1565a07 commit cfc697c
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 @@ -11,7 +11,7 @@ While compressing, the algorithm checks if the result size gets over the input.
```lua
local lualzw = require("lualzw")

local input = "foo foo bar foo baz bar bar foo"
local input = "foofoofoofoofoofoofoofoofoo"
local compressed = assert(lualzw.compress(input))
local decompressed = assert(lualzw.decompress(compressed))
assert(input == decompressed)
Expand Down

0 comments on commit cfc697c

Please sign in to comment.