Skip to content

Commit 9199c9b

Browse files
committed
Tweak README.md
1 parent 5ae61b8 commit 9199c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ height and width dynamically.
143143

144144
For an application to be an official Windows screen saver, it must do the following things:
145145

146-
| Requirements | How framework fulfills it |
147-
|--------------|---------------------------|
146+
| Requirements | How this framework fulfills requirement |
147+
|--------------|-----------------------------------------|
148148
| Must be a Windows .exe file. | The `install_screensaver.bat` script uses [PyInstaller](https://www.pyinstaller.org/) to bundle the Python script into an .exe. |
149149
| The .exe must be renamed to have a `.scr` extension and be saved into a specific Windows system directory. | Handled by `install_screensaver.bat` script. |
150150
| Must handle a few command line flags when run. This is how Windows controls the screen saver. | This framework parses the command line flags and responds appropriately. |

0 commit comments

Comments
 (0)