Skip to content

Commit 78453ad

Browse files
authored
Update comment with the right func name
1 parent 8241ee1 commit 78453ad

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
@@ -17,7 +17,7 @@ def apply(input):
1717
# This turns your library code into an algorithm that can run on the platform.
1818
# If you intend to use loading operations, remember to pass a `load` function as a second variable.
1919
algorithm = ADK(apply)
20-
# The 'serve()' function actually starts the algorithm, you can follow along in the source code
20+
# The 'init()' function actually starts the algorithm, you can follow along in the source code
2121
# to see how everything works.
2222
algorithm.init("Algorithmia")
2323

0 commit comments

Comments
 (0)