Skip to content

Commit

Permalink
updates to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalev committed Nov 26, 2023
1 parent f76525f commit 220a6c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ A GUNet puppeteer Docker image
* Puppeteer [Documentation](https://pptr.dev/category/guides)
* Puppeteer Docker [documentation](https://pptr.dev/guides/docker)
* Reference [Dockerfile](https://github.com/puppeteer/puppeteer/blob/main/docker/Dockerfile)
* [Reference](https://www.w3schools.com/cssref/css_selectors.php) of selectors


# Documentation
## Selectors
* [Reference](https://www.w3schools.com/cssref/css_selectors.php)
* `#id`: Selects the element with id=`"<id>"`
* `div p`: Selects all `<p>` elements inside `<div>` elements

## Main Library
* File: `gunet.js`
* Usually common code:
Expand Down

0 comments on commit 220a6c7

Please sign in to comment.