You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,6 @@ It integrates seamlessly with the [API Platform](https://api-platform.com/) fram
32
32
33
33
## 📦 Installation
34
34
35
-
With [Yarn](https://yarnpkg.com/):
36
-
37
-
yarn add @api-platform/api-doc-parser
38
-
39
35
Using [NPM](https://www.npmjs.com/):
40
36
41
37
npm install @api-platform/api-doc-parser
@@ -44,6 +40,10 @@ Using [Pnpm](https://pnpm.io/):
44
40
45
41
pnpm add @api-platform/api-doc-parser
46
42
43
+
With [Yarn](https://yarnpkg.com/):
44
+
45
+
yarn add @api-platform/api-doc-parser
46
+
47
47
Using [Bun](https://bun.sh/):
48
48
49
49
bun add @api-platform/api-doc-parser
@@ -90,7 +90,7 @@ parseGraphQl("https://demo.api-platform.com/graphql").then(({ api }) =>
90
90
);
91
91
```
92
92
93
-
##  Type definitions
93
+
##  Type definitions
94
94
95
95
Each parse function returns a Promise that resolves to an object containing the normalized API structure, the raw documentation, and the HTTP status code:
96
96
@@ -343,7 +343,7 @@ Contributions are welcome! To contribute:
343
343
/>
344
344
</picture>
345
345
346
-
## 🎉 Credits
346
+
## 🙌 Credits
347
347
348
348
Created by [Kévin Dunglas](https://dunglas.fr). Sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).
0 commit comments