Skip to content

Commit 32724e8

Browse files
committed
Update readme
1 parent 2ebb5e6 commit 32724e8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,15 @@ The module addresses common problems:
2828
- Calculating total spending across categories
2929
- Making calculated analysis of which subscriptions to keep or cancel
3030

31+
## Links
32+
33+
- 📦 [npm package](https://www.npmjs.com/package/@hr222sy/subscription-tracker)
34+
- 🐙 [GitHub repository](https://github.com/HannaRV/subscription-tracker)
35+
3136
## Table of Contents
3237
- [Core Features](#core-features)
3338
- [Purpose](#purpose)
39+
- [Links](#links)
3440
- [Quick Start](#quick-start)
3541
- [Installation](#installation)
3642
- [Essential API](#essential-api)
@@ -65,10 +71,6 @@ const analyzer = new UsageAnalyzer()
6571
const costPerHour = analyzer.analyzeCostPerHour(netflix, calculator)
6672
console.log(`Cost per hour: ${costPerHour.toFixed(2)} kr`)
6773
```
68-
## Links
69-
70-
- 📦 [npm package](https://www.npmjs.com/package/@hr222sy/subscription-tracker)
71-
- 🐙 [GitHub repository](https://github.com/HannaRV/subscription-tracker)
7274

7375
## Installation
7476

0 commit comments

Comments
 (0)