diff --git a/README.md b/README.md index e7e5129..070c428 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Code to PDF Generator 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 - Syntax highlighting using the highlight.js library diff --git a/images/example.png b/images/example.png new file mode 100644 index 0000000..e202fe1 Binary files /dev/null and b/images/example.png differ