From c3f39ea09550260569b51cd4a200ec47ea0cb050 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sat, 22 Oct 2022 22:35:55 +0100 Subject: [PATCH] fix require in readme example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5468ef..abd74e9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ pass `host`, `port` and `password` as keyword arguments. ```ruby -require_relative "lib/obsws" +require "obsws" def main r_client =