From 88f8ef21d41f168ce2f6141fee4727b551760b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valerij=20Medvi=C4=8F?= <40756610+valerijmedvid@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:02:26 +0200 Subject: [PATCH] Fix examples.md formatting --- docs/openapi-fetch/examples.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/openapi-fetch/examples.md b/docs/openapi-fetch/examples.md index 0d7c6b43d..c52a14823 100644 --- a/docs/openapi-fetch/examples.md +++ b/docs/openapi-fetch/examples.md @@ -30,6 +30,7 @@ _Note: if you’re using Svelte without SvelteKit, the root example in `src/rout [Vue 3](https://vuejs.org/) is a popular framework with a large ecosystem. Vue 3’s Composition API is a perfect match for openapi-fetch, as it allows for easy separation of concerns and reactivity. -## [View a code example in GitHub](https://github.com/openapi-ts/openapi-typescript/tree/main/packages/openapi-fetch/examples/vue-3) +[View a code example in GitHub](https://github.com/openapi-ts/openapi-typescript/tree/main/packages/openapi-fetch/examples/vue-3) +--- Additional examples are always welcome! Please [open a PR](https://github.com/openapi-ts/openapi-typescript/pulls) with your examples.