Skip to content

Commit

Permalink
README: sort projects in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Oct 13, 2023
1 parent 58d9e33 commit 2381c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

### <a id="maxgraph-dev-version"></a> Use the maxGraph development version

Expand All @@ -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 <path_to_locally_installed_maxgraph>/packages/core`: create a soft link to the maxgraph local folder.
Repack of maxgraph is automatically available in the examples
- alternative: `npm install <path_to_locally_installed_maxgraph>/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.
the package.json file. You must run this command again each time you rebuild the maxgraph npm package.

0 comments on commit 2381c45

Please sign in to comment.