From 7235057b33f8caf49ead030b54ba2a960946b31d Mon Sep 17 00:00:00 2001 From: Nuno Rafael Rocha Date: Thu, 1 Mar 2018 11:12:10 +0000 Subject: [PATCH] Update README with custom values section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eae78c5..976ebe3 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ console.log(item.id); // bbbe64b0-61a3-11e7-879a-67bb027591aa ``` +### Custom values + +If your model already has a value for the configured field, the value is not overwritten. + ## Options **field:** Overrides the default field name of the generated guid. (Default: `id`)