Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
docs: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaidarhanif committed Apr 1, 2024
1 parent a53716b commit 983520e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Address Book

This is a simple Address Book app with HTML and JavaScript only.

- URL: <https://address-book.mhaidarhanif.com>
- Repo: <https://github.com/mhaidarhanif/address-book>
2 changes: 1 addition & 1 deletion storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ function loadContacts() {
try {
return JSON.parse(contacts);
} catch (error) {
console.error("Failed to laod contacts", error);
console.error("Failed to load contacts", error);
}
}

0 comments on commit 983520e

Please sign in to comment.