diff --git a/README.md b/README.md
index 18a8fff0..32746521 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
- Portfolio Website - v2.0
+ Portfolio Website - v2.0
## Fixing Failing GitHub Actions
+To fix the failing GitHub Actions run, follow these steps:
roessner.tech
diff --git a/src/components/About/Github.tsx b/src/components/About/Github.tsx
index bc259a80..045dd78c 100644
--- a/src/components/About/Github.tsx
+++ b/src/components/About/Github.tsx
@@ -1,5 +1,5 @@
import React from "react";
-import GitHubCalendar from "react-github-calendar";
+import GitHubCalendar from "github-calendar/dist/esm/index";
import { Row } from "react-bootstrap";
import { githubUsername } from "../data";