diff --git a/README.md b/README.md index e06d91e..75f3f57 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RunDotNetDll - It is simple utility to list all methods of a given .NET Assembly and to invoke them. +# RunDotNetDll - It is a simple utility to list all methods of a given .NET Assembly and to invoke them. _RunDotNetDll_ allows to introspect a given .NET Assembly in order to list all the methods which are implemented in the Assembly and to invoke them. All this is done via pure Reflection. @@ -26,4 +26,4 @@ Find below an example of execution: RunDotNetDll is licensed under the [MIT license](LICENSE.TXT) [1]: https://github.com/enkomio/RunDotNetDll/tree/master/Src - [2]: https://github.com/enkomio/RunDotNetDll/releases/latest \ No newline at end of file + [2]: https://github.com/enkomio/RunDotNetDll/releases/latest