diff --git a/README.md b/README.md index 045e0ea..1c7a85e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ By [Mat Ryer](https://twitter.com/matryer) and [David Hernandez](https://github. Moq is a tool that generates a struct from any interface. The struct can be used in test code as a mock of the interface. +![Preview](preview.png) + +above: Moq generates the code on the right. ### Installing diff --git a/preview.png b/preview.png new file mode 100644 index 0000000..dfa54f7 Binary files /dev/null and b/preview.png differ