From 8ff4a79229f1b72152a425aac4972b14a92e4838 Mon Sep 17 00:00:00 2001 From: tarikjaber <55803936+tarikjaber@users.noreply.github.com> Date: Mon, 13 Feb 2023 17:45:15 -0500 Subject: [PATCH] Update image location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 070c428..c829881 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Code to PDF Generator +![Example use of Code to PDF](images/example.png) This project is a website that allows users to paste source code and generate a PDF file with highlighted syntax. It is built using JavaScript and the highlight.js library. -![Example use of Code to PDF](images/example.png) ## Features - Text box to paste source code