Skip to content

Commit

Permalink
Minor README verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Jan 24, 2024
1 parent f95a03d commit 5530928
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 @@ -2,9 +2,9 @@

A Ruby C extension fuzzer.

Ruzzy is based on Google's [Atheris Python fuzzer](https://github.com/google/atheris). Unlike Atheris, Ruzzy is focused on fuzzing Ruby C extensions and not Ruby code itself. This may change in the future as the project gains traction.
Ruzzy is based on Google's [Atheris](https://github.com/google/atheris), a Python fuzzer. Unlike Atheris, Ruzzy is focused on fuzzing Ruby C extensions and not Ruby code itself. This may change in the future as the project gains traction.

# Installing
# Building

Ruzzy relies on Docker for both development and production fuzzer usage.

Expand Down

0 comments on commit 5530928

Please sign in to comment.