Skip to content

Commit

Permalink
check query on docs. adds strings for complex ones that don't pass'
Browse files Browse the repository at this point in the history
  • Loading branch information
byteface committed Feb 15, 2022
1 parent 8749752 commit 80d5463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,13 +668,13 @@ domonic -e 'html(head(),body(div()))'
To use xpath on a website from the command line:

```bash
domonic -x https://google.com //a
domonic -x https://google.com '//a'
```

To use css selectors on a website from the command line:

```bash
domonic -q https://google.com //a
domonic -q https://google.com 'a'
```

### EXAMPLE PROJECTS
Expand Down

0 comments on commit 80d5463

Please sign in to comment.