Browse Source

improve readme

Maurits van der Schee 3 years ago
parent
commit
c1cfde40dc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -898,7 +898,7 @@ should not use the "authorization" middleware, but you do need to use the "recon
898 898
     },
899 899
 
900 900
 This will make the API connect to the database specifying "mevdschee" as the username and "secret123" as the password.
901
-The OpenAPI specification is less specific on allowed and disallowed operations, when you are using database permissions,
901
+The OpenAPI specification is less specific on allowed and disallowed operations when you are using database permissions,
902 902
 as the permissions are not read in the reflection step.
903 903
 
904 904
 NB: You may want to retrieve the username and password from the session (the "$_SESSION" variable).

Loading…
Cancel
Save