From: Justin Wind Date: Thu, 3 Feb 2022 23:07:24 +0000 (-0800) Subject: minor documentation fix X-Git-Tag: v1.3.5^2~8 X-Git-Url: http://git.squeep.com/?p=websub-hub;a=commitdiff_plain;h=ad5e19413b7f003abc61d12a5ff9dbcf20065c65 minor documentation fix --- diff --git a/README.md b/README.md index cd5939e..138e458 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,6 @@ This implementation is built atop an in-house API framework, for Reasons. It wo - *.js - environment specific values, edit these as needed - server.js - launches the application server - src/ - - authenticator.js - interact with credentials and validation mechanisms - common.js - utility functions - communication.js - outgoing requests and associated logic - db/ @@ -150,7 +149,6 @@ This implementation is built atop an in-house API framework, for Reasons. It wo - logger.js - a very simple logging class - manager.js - process incoming requests - service.js - defines incoming endpoints, linking the API server framework to the manager methods - - session-manager.js - process login/logout requests - template/ - HTML content - worker.js - maintains a pool of tasks in progress, for sending out updates, performing verifications, et cetera - static/ - static assets