Skip to content

Commit

Permalink
doc: readme: add webkit to examples
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Feb 7, 2024
1 parent 9f69975 commit d99f0f6
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 @@ -9,7 +9,7 @@ windows and a cursor, in HTML and JavaScript.

## Usage
```python
from milan import Chromium, Firefox
from milan import Chromium, Firefox, Webkit


with Chromium.start(headless=True) as browser:
Expand Down Expand Up @@ -47,7 +47,7 @@ All browser methods can also used asynchronously when running in an async
context.

```python
from milan import Chromium, Firefox
from milan import Chromium, Firefox, Webkit


async with Chromium.start(headless=True) as browser:
Expand Down

0 comments on commit d99f0f6

Please sign in to comment.