Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
austin1237 committed Feb 29, 2024
1 parent 4c9a7df commit c867722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion headless/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# lol-counter-source-api
# headless
A lambda that invokes a headless browser to render a page (including it's javascript) and passes along the rendered html.

## Why is this lambda using a container deployment rather than the standard zip deployment?
Expand Down
2 changes: 1 addition & 1 deletion proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Scraper
This is go lamda that recieves a url as a query string and passes along that website html. This lambda does not render any javascript, for that functionality look folder called headless.
This go lamda recieves a url as a query string and passes along that website html. This lambda does not render any javascript sent from the site.

## Prerequisites
You must have the following installed/configured on your system for this to work correctly<br />
Expand Down

0 comments on commit c867722

Please sign in to comment.