We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37d677 commit 6a9194dCopy full SHA for 6a9194d
README.md
@@ -1,6 +1,6 @@
1
# finley
2
-finley makes it easy to quickly decompile several .NET binaries without
3
-involving a GUI.
+finley makes it easy to quickly decompile several .NET binaries concurrently
+without involving a GUI.
4
5
It does this by extending the CLI implementation of ILSpy
6
(https://github.com/icsharpcode/ILSpy). ILSply is an open source .NET
doc.go
@@ -1,5 +1,5 @@
// Package finley makes it easy to quickly decompile several .NET binaries
-// without involving a GUI.
+// concurrently without involving a GUI.
//
// It does this by extending the CLI implementation of ILSpy
// (https://github.com/icsharpcode/ILSpy). ILSply is an open source .NET
0 commit comments