From a7d25f47e54954314b9f2a4d74d2a9f8523de093 Mon Sep 17 00:00:00 2001 From: The-Mighty-Cat <54977668+The-Mighty-Cat@users.noreply.github.com> Date: Mon, 3 Feb 2025 22:51:18 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9806b36..b5bc5e8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@  -Crafter.Web is a C++ library to allow DOM access from WebAssembly. +Crafter.Web is a C++ library that exposes the browser DOM api's to C++ WebAssembly. # How to use @@ -28,7 +28,7 @@ Create a basic project file, that describes your web project. "type": "executable", "dependencies": [ { - "path":"path/to/Crafter.Web/project.json", + "path":"https://github.com/Catcrafts/Crafter.CppDOM.git", "configuration":"debug" } ] @@ -42,11 +42,9 @@ import Crafter.Web; using namespace Crafter::Web; int main() { - HtmlElement root("div", "Hello from C++!"); - root.RenderAsRoot(); + const char id[] = "body"; + const char content = "