From 751ec533c2759f4091ab9bb591f1d861077a236c Mon Sep 17 00:00:00 2001 From: Paul Jensen Date: Tue, 28 Jan 2025 21:31:48 +0000 Subject: [PATCH] Updated Readme --- README.md | 2 +- dist/lib/utils.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c7bee6..e1897ae 100644 --- a/README.md +++ b/README.md @@ -461,4 +461,4 @@ This will run tests using jest and with code coverage enabled. ### License and Credits -© 2020 Anephenix OÜ. Sarus is licensed under the MIT License. +© 2025 Anephenix OÜ. Sarus is licensed under the MIT License. diff --git a/dist/lib/utils.js b/dist/lib/utils.js index 7d0ae07..0c7a37b 100644 --- a/dist/lib/utils.js +++ b/dist/lib/utils.js @@ -21,4 +21,3 @@ function validateWebSocketUrl(rawUrl) { } return url; } -;