diff --git a/.gitignore b/.gitignore index 20570fe..990308b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ ### Personal rmcg -screenshot.png +/screenshot.png # ---> Node # Logs diff --git a/README.md b/README.md index 5065d42..385c1d4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ Make url request to `localhost:4000` with. Not providing all the parameters will wget --output-document screenshot.png 'http://localhost:4200/submit/mpgParams?title=A Motivational Poster&sentence=something pithy&imageWidth=450px&imageUrl=https://picsum.photos/seed/1709802270038/300/300' ``` +This generates +![](screenshots/screenshot.png) Testing with diff --git a/screenshots/screenshot.png b/screenshots/screenshot.png new file mode 100644 index 0000000..186951b Binary files /dev/null and b/screenshots/screenshot.png differ