Skip to content

Commit 8da4950

Browse files
committed
docs: update docs
1 parent 1bbe2a6 commit 8da4950

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,20 @@
1919

2020
> Manage multiple windows of Electron gracefully and provide powerful features.
2121
22+
<p align="center"><img src="screenshot.png" width="600px"/></p>
23+
2224
## Installation
2325

2426
```bash
2527
$ npm i electron-windows --save
2628
```
2729

28-
## Demo
29-
30-
![](./screenshot.png)
31-
3230
## Quick Start
3331

3432
```javascript
3533
const WindowManager = require('electron-windows')
3634

35+
// Create a window manager instance
3736
const windowManager = new WindowManager()
3837

3938
// Create a window
@@ -120,7 +119,7 @@ Static method. Set global user agent for all windows.
120119
| :---: | :---: | :---: | :---: | :---: | :---: |
121120
[<img src="https://avatars.githubusercontent.com/u/11213298?v=4" width="80px;"/><br/><sub><b>WynterDing</b></sub>](https://github.com/WynterDing)<br/>|[<img src="https://avatars.githubusercontent.com/u/4081746?v=4" width="80px;"/><br/><sub><b>zlyi</b></sub>](https://github.com/zlyi)<br/>|[<img src="https://avatars.githubusercontent.com/u/50158871?v=4" width="80px;"/><br/><sub><b>moshangqi</b></sub>](https://github.com/moshangqi)<br/>
122121

123-
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Mon Feb 23 2026 15:23:51 GMT+0800`.
122+
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Tue Feb 24 2026 17:35:12 GMT+0800`.
124123

125124
<!-- GITCONTRIBUTOR_END -->
126125

0 commit comments

Comments
 (0)