From 3f4b200a8b45cf288eef58bbd8bc9bc93ec5c7d0 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Mon, 1 Jan 2024 17:39:55 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25356dd..28d5221 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ It works like a gateway by serving a I4.0 Interface (the Asset Administration Sh - `owntest.json` contains the AASX description of the testasset `lib` must be build first, as it's currently not in npm and `example` uses it by path. -Both can be build using `npm run build` and both have documentation that can be created using `npm run docs`. +Both can be built using `npm run build` and both have documentation that can be created using `npm run docs`.