From 0d9680fd4570afe8f91a0e4439f8bad4962e82c9 Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Fri, 18 Sep 2020 09:58:15 +0100 Subject: [PATCH] small readme tweak --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95093a9..f699679 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ moq [flags] source-dir interface [interface2 [interface3 [...]]] generated outside of the tested package Specifying an alias for the mock is also supported with the format 'interface:alias' -Ex: moq -pkg different . MyInterface:MyMock + +Example: moq -pkg different . MyInterface:MyMock ``` **NOTE:** `source-dir` is the directory where the source code (definition) of the target interface is located.