Skip to content

Commit aa24626

Browse files
docs: add openapi-msw logo to README (#66)
1 parent 33ecfb7 commit aa24626

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
<p align="center">
2+
<img src="logo.svg" width="300" alt="OpenAPI-MSW logo" />
3+
</p>
4+
15
<h1 align="center">OpenAPI-MSW</h1>
26

37
A tiny, type-safe wrapper around [MSW](https://mswjs.io) to add support for full
48
type inference from OpenAPI schema definitions that are generated with
5-
[OpenAPI-TS](https://openapi-ts.pages.dev/introduction).
9+
[OpenAPI-TS](https://openapi-ts.dev/introduction).
610

711
> _Please note that the lack of regular releases does not mean that OpenAPI-MSW
812
> is abandoned. It works very reliably and includes all the features I intended
@@ -24,8 +28,8 @@ backwards compatibility for MSW v1.
2428

2529
This guide assumes that you already have OpenAPI-TS set up and configured to
2630
generate `paths` definitions. If you have not set it up, please refer to the
27-
[OpenAPI-TS setup guide](https://openapi-ts.pages.dev/introduction) before
28-
continuing with this usage guide.
31+
[OpenAPI-TS setup guide](https://openapi-ts.dev/introduction) before continuing
32+
with this usage guide.
2933

3034
### Getting Started
3135

logo.svg

Lines changed: 18 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)