From 2381c45f8a0a7a93fe0fc7f6ce5944287e2fe71b Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:53:50 +0200 Subject: [PATCH] README: sort projects in alphabetical order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fee2bc5..0e51333 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ If the Node version is not installed, `nvm` will state how to install the requir - [TypeScript with Lit](./projects/lit-ts/README.md) - [TypeScript with Parcel](./projects/parcel-ts/README.md) - [TypeScript with Rollup](./projects/rollup-ts/README.md) -- [TypeScript with ViteJs](./projects/vitejs-ts/README.md) - [TypeScript with SvelteKit](./projects/sveltekit-ts/README.md) +- [TypeScript with ViteJs](./projects/vitejs-ts/README.md) ### Use the maxGraph development version @@ -39,4 +39,4 @@ In this folder where you clone the `maxgraph-integration-examples` project, go t - with [npm link](https://docs.npmjs.com/cli/v8/commands/npm-link): `npm link /packages/core`: create a soft link to the maxgraph local folder. Repack of maxgraph is automatically available in the examples - alternative: `npm install /packages/core/maxgraph-core-0.1.0.tgz`. This changes - the package.json file. You must run this command again each time you rebuild the maxgraph npm package. \ No newline at end of file + the package.json file. You must run this command again each time you rebuild the maxgraph npm package.