From f0cf377c1ccfbf3ea0cd791b33c90be275902c5b Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 21 Mar 2023 14:08:05 +0100 Subject: Docs API: Fix Got Config description --- docs/src/api/overview/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/overview/README.md b/docs/src/api/overview/README.md index 361b102..4b5f3d5 100644 --- a/docs/src/api/overview/README.md +++ b/docs/src/api/overview/README.md @@ -79,7 +79,7 @@ The `states` is an enumeration of the possible states that the state machine has - `Ask Profile`: eduvpn-common is asking the client for a profile - Data with this transition: `types.server.Profiles`. - `Chosen Profile`: A profile has been chosen by the client -- `Got Config`: A VPN Configuration has been obtained for the current server and the Go library is ready to connect +- `Got Config`: A VPN Configuration has been obtained for the current server and the client should be ready to connect The states with data are required transitions, handle them by returning True/non-zero (e.g. 1) in your callback function. We will discuss this callback function later. -- cgit v1.2.3