From 45bac7602a423edaa178687bafaa20ac03556f9e Mon Sep 17 00:00:00 2001 From: Sudhakar Kumar Date: Tue, 19 Oct 2021 01:30:47 +0530 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e611711..12a0215 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OM-OPCUA-Control OpenModelica OPC UA framework for control applications -To invoke the OPC UA server for a model (say `testModel.mo`) in OpenModelice: +To invoke the OPC UA server for a model (say `testModel.mo`) in OpenModelica: - Launch `OMShell-terminal`. - Execute: `loadModel(Modelica)` - Execute: `loadFile("testModel.mo")` -- cgit