Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
toby1984 committed Apr 15, 2024
1 parent 641901e commit 3fafac7
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 @@ -3,8 +3,8 @@

## LittleFuzz

A tiny reflection-based fuzzer written in Java, perfect for unit-testing. Its purpose is to assign random
values to object properties (out of the box, methods and fields are supported)
A tiny (no external dependencies) reflection-based fuzzer written in Java, perfect for unit-testing.
Its purpose is to assign random values to object properties (out of the box, methods and fields are supported)
using customizable value generation and property discovery strategies.

### Requirements (using)
Expand Down

0 comments on commit 3fafac7

Please sign in to comment.