From 995e4a52b5b3dc9cb006dff9d5a4f41d574ef83e Mon Sep 17 00:00:00 2001 From: Alexandre Cabir <33844172+AlexandreCabir@users.noreply.github.com> Date: Wed, 19 Dec 2018 10:54:08 +0100 Subject: [PATCH] note : quotes needed Closes #3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d81e9ce..c93ca9a 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ npm install -g tsuml ## Usage ``` -tsuml --glob ./src/**/*.ts +tsuml --glob './src/**/*.ts' ``` - +(note : quotes needed) The diagram generated for the code under the [demo folder](https://github.com/remojansen/TsUML/tree/master/src/demo) looks as follows: ![](/assets/uml_diagram.svg)