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 64dbb70 commit 2354daaCopy full SHA for 2354daa
README.md
@@ -78,7 +78,7 @@ def apply(input):
78
# This turns your library code into an algorithm that can run on the platform.
79
# If you intend to use loading operations, remember to pass a `load` function as a second variable.
80
algorithm = ADK(apply)
81
-# The 'serve()' function actually starts the algorithm, you can follow along in the source code
+# The 'init()' function actually starts the algorithm, you can follow along in the source code
82
# to see how everything works.
83
algorithm.init("Algorithmia")
84
@@ -259,4 +259,4 @@ Verify that it works on pytest, then:
259
```commandline
260
python -m twine upload -r pypi dist/*
261
```
262
-and you're done :)
+and you're done :)
0 commit comments