summaryrefslogtreecommitdiff
path: root/docs/src/api/README.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-05-01 15:18:40 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit18da1df71e538cd98032937c542154f0efcb6fbb (patch)
treee4ddc488be2da6a0cad31636f0a3928e3411adf7 /docs/src/api/README.md
parent526e648172cb50c3ee4f24a613c90d6a367ae157 (diff)
Docs: Move state machine to API
Diffstat (limited to 'docs/src/api/README.md')
-rw-r--r--docs/src/api/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/api/README.md b/docs/src/api/README.md
index 8684c9c..64e7ee7 100644
--- a/docs/src/api/README.md
+++ b/docs/src/api/README.md
@@ -1,2 +1,2 @@
# API
-This chapter is an introduction to the eduvpn-common API. It is meant as a high-level overview on how to use API and build your own eduVPN/Let's Connect! client. In this chapter, we *go* over the basics of how the interop between Go and language x works, say something about the architecture, explain where to find detailed API documentation, give a typical flow for a client and give a follow along tutorial on building an eduVPN client using Python code.
+This chapter is an introduction to the eduvpn-common API. It is meant as a high-level overview on how to use API and build your own eduVPN/Let's Connect! client. In this chapter, we *go* over the basics of how the interop between Go and language x works, say something about the architecture, explain where to find detailed API documentation, explain the state machine, give a typical flow for a client and give a follow along tutorial on building an eduVPN client using Python code. At last, we will also have a few code examples that can be used as a short reference.