From 983f67c23460c746cb8ce2f67360533c2d41ef41 Mon Sep 17 00:00:00 2001 From: Lewis <44081982+lewis738@users.noreply.github.com> Date: Tue, 7 Feb 2023 13:32:43 +0800 Subject: [PATCH] Update README.md `npm run serve` changed to `npm run dev` according to `package.json` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c69cbad..edd8a0f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ npm install ### Compiles and hot-reloads for development ``` -npm run serve +npm run dev ``` This should render a simple graph and you can do some basic layout. You can drop `.dot` files into it