Skip to content

Commit a9f5538

Browse files
committed
fixed incorrect print
1 parent e55f323 commit a9f5538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tell me everything
3636
{u'color': u'red'}
3737

3838
>>> print firebase.get(URL + '/color')
39-
u'red'
39+
red
4040
```
4141

4242

0 commit comments

Comments
 (0)