We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d25f8 commit 72d4dd2Copy full SHA for 72d4dd2
1 file changed
README.md
@@ -134,7 +134,7 @@ Returns the raw data from a code file given the code id which can be found as th
134
135
import searchcode as sc
136
137
-code = sc.code_result(123456)
+code = sc.code_result(4061576)
138
print(code)
139
```
140
@@ -150,7 +150,7 @@ Returns an array of results given a searchcode unique code id which are consider
150
151
152
153
-related = sc.related_results(123456)
+related = sc.related_results(4061576)
154
print(related)
155
156
0 commit comments