From 076b0004389e2d6168c4f8a0123705b37bfa9b5b Mon Sep 17 00:00:00 2001 From: Bastian Hodapp Date: Fri, 21 Jun 2024 09:58:12 +0200 Subject: [PATCH] fix: typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c64e99..eef7af9 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,9 @@ app.listen(3000); ## Options -> Note: The following options **extend** the default options from `@node-oauth/oauth2-sever`! +> Note: The following options **extend** the default options from `@node-oauth/oauth2-server`! > You can read more about all possible options in the -> [@node-oauth/oauth2-sever documentation](https://node-oauthoauth2-server.readthedocs.io/en/master/api/oauth2-server.html) +> [@node-oauth/oauth2-server documentation](https://node-oauthoauth2-server.readthedocs.io/en/master/api/oauth2-server.html) ``` const options = {