Skip to content

Commit

Permalink
typos fixing in README
Browse files Browse the repository at this point in the history
  • Loading branch information
eliastor committed Aug 22, 2023
1 parent dee3db4 commit 116eff5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

This providers allows you to use [chromedp](https://github.com/chromedp/chromedp) in terraform in form of recipes.


## Requirements

- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
Expand Down Expand Up @@ -41,7 +40,6 @@ provider_installation {
}
```


To generate or update documentation, run `go generate` or `make doc-gen`.

In order to run the full suite of Acceptance tests, run `make test`.
Expand All @@ -50,7 +48,6 @@ In order to run the full suite of Acceptance tests, run `make test`.
make test
```


## Supported actions

- [x] Navigate
Expand All @@ -61,9 +58,10 @@ make test
- [x] Focus
- [x] Cookies (setting cookies)
- [x] Screenshots
## Roadmap
- [ ] browserless.io support
- [ ] Text

## Roadmap

- [ ] browserless.io support (untested, but should work)
- [ ] Downloads
- [ ] Uploads
- [ ] Send keys
Expand Down

0 comments on commit 116eff5

Please sign in to comment.