1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-26 01:13:41 +02:00

Fix spells (#8578)

This commit is contained in:
LitoMore 2023-04-27 19:03:12 +08:00 committed by GitHub
parent eb90e446e4
commit 08589be057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,7 +399,7 @@ docker run -it --rm --entrypoint "/bin/ash" simple-icons
## Developing Third-Party Extensions ## Developing Third-Party Extensions
A SDK is included in the `simple-icons/sdk` entrypoint of the npm package to make it easier the development of third party extensions with Javascript and Typescript. A SDK is included in the `simple-icons/sdk` entrypoint of the npm package to make it easier the development of third party extensions with JavaScript and TypeScript.
```typescript ```typescript
import { getIconsData, type IconData } from 'simple-icons/sdk'; import { getIconsData, type IconData } from 'simple-icons/sdk';