From 3ca5728a9db9d9399389000f352a87756e847dc0 Mon Sep 17 00:00:00 2001 From: Julien Roncaglia Date: Sat, 18 Aug 2018 00:29:43 +0200 Subject: [PATCH] Add samples to the readme. --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 1734443..0ba6a84 100644 --- a/Readme.md +++ b/Readme.md @@ -26,6 +26,8 @@ And generate for each type specified a type that can be used as a strongly-typed * Other `IComparable` implementations are lifted if `EqualsUnderlying` is set. * `string` IDs are interned by default. +Examples of generated files can be found in the [sample folder](https://github.com/vbfox/stidgen/tree/master/samples). + Installation ------------