From ce18e18a9f1a32d8d341d79853bc0f798773e85e Mon Sep 17 00:00:00 2001 From: Jayden Pyles <111098627+jaypyles@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:05:35 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 432a639..69c80d3 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,16 @@ From the table, users can download a csv of the job's results, along with an opt - Add and manage elements to scrape using XPath - Display results of scraped data -!(main_page)[https://github.com/jaypyles/www-scrape/blob/master/docs/main_page.png] +![main_page](https://github.com/jaypyles/www-scrape/blob/master/docs/main_page.png) - Download csv containing results - Rerun jobs -!(job_page)[https://github.com/jaypyles/www-scrape/blob/master/docs/job_page.png] +![job_page](https://github.com/jaypyles/www-scrape/blob/master/docs/job_page.png) - User login/signup to organize jobs -!(login)[https://github.com/jaypyles/www-scrape/blob/master/docs/login.png] +![login](https://github.com/jaypyles/www-scrape/blob/master/docs/login.png) ## Installation