From 35d3901627f9c795fa856345e3a7fa8cf1858db6 Mon Sep 17 00:00:00 2001 From: Linus Seelinger Date: Mon, 29 Jan 2024 15:13:01 +0100 Subject: [PATCH] Update README.md --- clients/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/README.md b/clients/README.md index 62c2600..25cf16d 100644 --- a/clients/README.md +++ b/clients/README.md @@ -228,6 +228,7 @@ Note that `webwrite` handles all HTTP statuses internally, and is unable to filt The Julia integration can be installed using Julia's builtin package manager Pkg ``` +import Pkg Pkg.add("UMBridge") ```