From b9c2df5a3ecd4e62073c662754114c31accbc411 Mon Sep 17 00:00:00 2001 From: barsdeveloper <84736467+barsdeveloper@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:52:03 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7014eb9..e48fe2e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ https://www.npmjs.com/package/ueblueprint - Intercommunicates with UE (can copy nodes both ways). - Can be used as a WEB library to visualize and interact with Blueprint graphs. -- Can be used inside VS Code to operate directly on files from a UE project (in the future). - Graph shown is pixel-similar to how it appears in UE. - Graph behaves the same way as it does in UE (with the default settings). - All the information shown in he graph is just the one embedded in the serialized text. @@ -50,7 +49,7 @@ You can check `index.html` for a working example, the main steps are the followi import { Blueprint } from "./dist/ueblueprint.js" ``` -5. Define your blueprint by just writing the code inside a `ueb-blueprint`, inside a `template` element. +5. Define your blueprint by writing the code inside a `template`, inside a `ueb-blueprint` element. ```HTML