From aded6592fcb467ece0c94a1604febcfc9cc0ddb5 Mon Sep 17 00:00:00 2001 From: "M. Piffault" Date: Mon, 17 Sep 2018 16:17:41 +0200 Subject: [PATCH] Documentation : fix 'property' option type 'property' option is of type string (instead of boolean) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da066f4..a93c138 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Specifies "parseJson" option to routing-controllers. Entity type. Automatically retrieved from entity param's type, but in some cases, for example if you are using array of entities it should be passed explicitly. -* `property: boolean` +* `property: string` Property to find by. If not specified, then entity will be fetched by its primary keys.