Skip to content

Commit 16445f6

Browse files
committed
Fixed readme conflict
2 parents eddb4d8 + be5964e commit 16445f6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
# TinyUtils
22
A collection of tiny Windows utilities.
33

4-
## Bitness
4+
## Download
5+
To get the portable apps, [click here](https://github.com/therezin/TinyUtils/releases/latest).
6+
7+
## Contents
8+
### Bitness
59
Command line program that reads the PE and COFF headers of an assembly to find the machine type it was compiled for.
610

711
#### Usage
812
`Bitness [path to assembly]` will output the machine type.
913

10-
## MouseSpeed
14+
### MouseSpeed
1115
Get and/or set Windows' mouse speed from the command line.
1216

1317
#### Usage
1418
`MouseSpeed` - enter interactive mode. Tells you the current mouse speed and prompts for a new one.
1519

1620
`MouseSpeed [speed]` - set the mouse speed to `[speed]` directly.
1721

18-
## Measure
22+
### Measure
1923
Windows Forms application that lets you measure distances on screen.
2024

21-
## MachineKeyGenerator
25+
### MachineKeyGenerator
2226
Windows Forms application to generate cryptographically secure machine keys for ASP.Net web apps that require them, such as those hosted in web farms.

0 commit comments

Comments
 (0)