diff options
author | Yueh-Po Peng <94939112+y10ab1@users.noreply.github.com> | 2023-12-11 06:27:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-10 23:27:38 +0100 |
commit | 8a7b2fa528f130631a5f43648481596ab320ed5a (patch) | |
tree | 4d7e1c63b62471da810e478309ec38587aae567c /examples/server | |
parent | e18f7345a300920e234f732077bda660cc6cda9c (diff) |
Update README.md (#4388)
Fix small typo.
Diffstat (limited to 'examples/server')
-rw-r--r-- | examples/server/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/README.md b/examples/server/README.md index cfc220f5..0751b961 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -222,7 +222,7 @@ node index.js `content`: Set the text to process. - **POST** `/infill`: For code infilling. Takes a prefix and a suffix and returns the predicted completion as stream. +- **POST** `/infill`: For code infilling. Takes a prefix and a suffix and returns the predicted completion as stream. *Options:* |