chore(documentation) small improvements

This commit is contained in:
Peter
2023-11-14 11:07:34 +01:00
parent 0d9ac928ff
commit 3dad5fe9fa
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -2,12 +2,12 @@
These examples are used for feature development and E2E testing.
## Overview
SvelteKit App with Svelte Flow examples at [examples/svelte](./svelte)
SvelteKit App with Svelte Flow examples at [`examples/svelte`](./svelte)
Vite App with React Flow examples at [examples/react](./react)
Vite App with React Flow examples at [`examples/react`](./react)
Astro App used for SSR testing at [examples/astro-xyflow](./astro-xyflow)
Astro App used for SSR testing at [`examples/astro-xyflow`](./astro-xyflow)
## E2E
For furhter documentation of E2E tests have a look at [/tests/playwright](/tests/playwright).
For furhter documentation of E2E tests have a look at [`/tests/playwright`](/tests/playwright).