diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..d13ac93 --- /dev/null +++ b/README.MD @@ -0,0 +1,5 @@ +# SabreTools.Matching + +This library comprises of code to perform search operations on both byte arrays and streams. There is also an implementation that allows searching for strings in a set of strings, usually used in the context of directory contents. + +Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.Matching).