Skip to content

Commit 418a917

Browse files
authored
oops
1 parent a742cf9 commit 418a917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import codebottle
1010
search = codebottle.search(keywords="java").results
1111

1212
#Get a snippet
13-
snippet = codebottle.search(id="373dcc67").data
13+
snippet = codebottle.get(id="373dcc67").data
1414

1515
#Browse
1616
browse = codebottle.browse(limit=10).results
@@ -26,4 +26,4 @@ From git:
2626

2727
##TODO:
2828

29-
- Convert dicts to classes
29+
- Convert dicts to classes

0 commit comments

Comments
 (0)