diff --git a/src/data/projects/expense-tracker.md b/src/data/projects/expense-tracker.md
index ffe224728..393766fdf 100644
--- a/src/data/projects/expense-tracker.md
+++ b/src/data/projects/expense-tracker.md
@@ -62,7 +62,7 @@ $ expense-tracker list
$ expense-tracker summary
# Total expenses: $30
-$ expense-tracker delete --id 1
+$ expense-tracker delete --id 2
# Expense deleted successfully
$ expense-tracker summary
@@ -83,4 +83,4 @@ You can implement the application using any programming language of your choice.
-This project idea is a great way to practice your logic building skills and learn how to interact with the filesystem using a CLI application. It will also help you understand how to manage data and provide useful information to users in a structured way.
\ No newline at end of file
+This project idea is a great way to practice your logic building skills and learn how to interact with the filesystem using a CLI application. It will also help you understand how to manage data and provide useful information to users in a structured way.