From 027f295d219139649caf97f6c4b151d3a1f4cbf9 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 26 Feb 2024 12:46:26 -0500 Subject: [PATCH] Remove unnecessary newline --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 69abb371..4c2f35d5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![Build Test](https://github.com/SabreTools/BinaryObjectScanner/actions/workflows/build_test.yml/badge.svg)](https://github.com/SabreTools/BinaryObjectScanner/actions/workflows/build_test.yml) [![Nuget Pack](https://github.com/SabreTools/BinaryObjectScanner/actions/workflows/build_nupkg.yml/badge.svg)](https://github.com/SabreTools/BinaryObjectScanner/actions/workflows/build_nupkg.yml) - C# protection, packer, and archive scanning library. This currently compiles as a library so it can be used in any C# application. A reference application called `Test` is also included to demonstrate the abilities of the library. For an example of a program implementing the library, see [MPF](https://github.com/SabreTools/MPF). The following libraries (or ports thereof) are used for file handling: