From d51f10265dcd7a85046ca389c10cb9feb2e00a79 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 23 Jan 2021 22:46:55 +0100 Subject: [PATCH] docs: improve readme files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42a48a6..95e0aa1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -easy extensible NodeJS RADIUS Server +# easy extensible NodeJS RADIUS Server - supports different authentification backends - LDAP (e.g. for Google LDAP Service, but also any other LDAP service) @@ -41,7 +41,7 @@ var config = { 4. Install und build server: npm install && npm run build 5. Start server "npm run start" -# Quick start for using it with Google LDAP +## Quick start for using it with Google LDAP 1. Install node js => 13.10.1 - easiest way is to install a node js version from nodejs.org or run "npx n latest" to install latest version.