Skip to content

Commit 4e0ea5c

Browse files
committed
chore(readme): install commands reordering, fix iconify url, change Credits emoji
1 parent 30a3c1f commit 4e0ea5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ It integrates seamlessly with the [API Platform](https://api-platform.com/) fram
3232

3333
## 📦 Installation
3434

35-
With [Yarn](https://yarnpkg.com/):
36-
37-
yarn add @api-platform/api-doc-parser
38-
3935
Using [NPM](https://www.npmjs.com/):
4036

4137
npm install @api-platform/api-doc-parser
@@ -44,6 +40,10 @@ Using [Pnpm](https://pnpm.io/):
4440

4541
pnpm add @api-platform/api-doc-parser
4642

43+
With [Yarn](https://yarnpkg.com/):
44+
45+
yarn add @api-platform/api-doc-parser
46+
4747
Using [Bun](https://bun.sh/):
4848

4949
bun add @api-platform/api-doc-parser
@@ -90,7 +90,7 @@ parseGraphQl("https://demo.api-platform.com/graphql").then(({ api }) =>
9090
);
9191
```
9292

93-
## ![TypeScript](https://api.iconify.design/vscode-icons:file-type-typescript-official.svg?color=%23888888&wdith=26&height=26) Type definitions
93+
## ![TypeScript](https://api.iconify.design/vscode-icons:file-type-typescript-official.svg?color=%23888888&width=26&height=26) Type definitions
9494

9595
Each parse function returns a Promise that resolves to an object containing the normalized API structure, the raw documentation, and the HTTP status code:
9696

@@ -343,7 +343,7 @@ Contributions are welcome! To contribute:
343343
/>
344344
</picture>
345345

346-
## 🎉 Credits
346+
## 🙌 Credits
347347

348348
Created by [Kévin Dunglas](https://dunglas.fr). Sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).
349349

0 commit comments

Comments
 (0)