From 202e8b9dd7e85c397b9bce7779b623e1b608b18f Mon Sep 17 00:00:00 2001 From: Felix Agner <felix.agner@control.lth.se> Date: Thu, 5 Jan 2023 17:57:10 +0100 Subject: [PATCH] Corrected readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8188cd..f67e167 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A julia package for setting up client-side connection with Omnibots. Currently t ## Installation ``` using Pkg -Pkg.add("https://gitlab.control.lth.se/processes/omnibot/omnibot.jl") +Pkg.add(url = "https://gitlab.control.lth.se/processes/omnibot/omnibot.jl") ``` ## Usage -- GitLab