Skip to content

Commit 2354daa

Browse files
authored
Updated docstring, for serve() -> init()
1 parent 64dbb70 commit 2354daa

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

@@ -259,4 +259,4 @@ Verify that it works on pytest, then:
259259
```commandline
260260
python -m twine upload -r pypi dist/*
261261
```
262-
and you're done :)
262+
and you're done :)

0 commit comments

Comments
 (0)