Update readme

This commit is contained in:
Yusuf İpek
2025-11-23 15:12:17 +03:00
parent 8c32ff2a91
commit cc4f562436
2 changed files with 8 additions and 10 deletions
+2 -2
View File
@@ -107,7 +107,7 @@ RepoHub uses curated package lists to provide personalized recommendations to us
### How to Add Packages
Package recommendations are stored in `/src/data/recommendationPresets.ts`. Here's how to add a package:
Package recommendations are stored in [/src/data/recommendationPresets.ts](./src/data/recommendationPresets.ts). Here's how to add a package:
#### 1. Find the Right Location
@@ -206,7 +206,7 @@ windows: {
To make the package look better in recommendations, add an icon mapping in `PACKAGE_ICONS`:
1. Find the package slug on [Simple Icons](https://simpleicons.org/)
2. Add it to the `PACKAGE_ICONS` object in `src/data/recommendationPresets.ts`:
2. Add it to the `PACKAGE_ICONS` object in [src/data/recommendationPresets.ts](./src/data/recommendationPresets.ts):
```typescript
export const PACKAGE_ICONS: Record<string, string> = {