Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 0f6c70c

Browse files
Fix current release version number in readme
1 parent d053c1f commit 0f6c70c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Additional options can be passed to `eel.start()` as keyword arguments.
8686

8787
Some of the options include the mode the app is in (e.g. 'chrome'), the port the app runs on, the host name of the app, and adding additional command line flags.
8888

89-
As of Eel 1.0.0, the following options are available to `start()`:
89+
As of Eel v0.11.0, the following options are available to `start()`:
9090
- **mode**, a string specifying what browser to use (e.g. `'chrome'`, `'electron'`, `'edge'`, `'custom'`). Can also be `None` or `False` to not open a window. *Default: `'chrome'`*
9191
- **host**, a string specifying what hostname to use for the Bottle server. *Default: `'localhost'`)*
9292
- **port**, an int specifying what port to use for the Bottle server. Use `0` for port to be picked automatically. *Default: `8000`*.

0 commit comments

Comments
 (0)