Skip to content

Commit 14f303d

Browse files
committed
Fixed code formatting in README
1 parent 94f425b commit 14f303d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ http://pieroxy.net/blog/pages/lz-string/index.html
1010

1111
Example
1212
-------
13-
::
1413

15-
>>> from lzstring import LZString
16-
>>> string = "This is my compression test"
17-
>>> compressed = LZString.compressToBase64(string)
18-
>>> LZString.decompressFromBase64(compressed)
14+
```python
15+
>>> from lzstring import LZString
16+
>>> string = "This is my compression test"
17+
>>> compressed = LZString.compressToBase64(string)
18+
>>> LZString.decompressFromBase64(compressed)
19+
```

0 commit comments

Comments
 (0)