From d96e3bc353e41d3befd2419a4ca4981bdc397254 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sun, 2 Aug 2020 16:43:54 +0200 Subject: [PATCH] Lint markdown and fix typo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88275bb..b50ee5e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # ResearchPlugin -Chrome extension to add tooltips on GitHub pages when creating pull requests, or creating an issue repoort in any repository to help newcomers contribute to open source projects. -This extension is written in Javascript, and uses the GitHub API to mine data about a user in JSON format to display the user's skill set on their profile page. \ No newline at end of file +Chrome extension to add tooltips on GitHub pages when creating pull requests, or creating an issue report in any repository to help newcomers contribute to open source projects. + +This extension is written in Javascript, and uses the GitHub API to mine data about a user in JSON format to display the user's skill set on their profile page.