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 8241ee1 commit 78453adCopy full SHA for 78453ad
README.md
@@ -17,7 +17,7 @@ def apply(input):
17
# This turns your library code into an algorithm that can run on the platform.
18
# If you intend to use loading operations, remember to pass a `load` function as a second variable.
19
algorithm = ADK(apply)
20
-# 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
21
# to see how everything works.
22
algorithm.init("Algorithmia")
23
0 commit comments