From 8991aaccf9fd676574d5fefb4e5eec26900cf1a8 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Sat, 7 Apr 2018 22:19:19 +0300 Subject: [PATCH] README.md: Change !important to info sign --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d25d94..da1a445 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,7 @@ This new mode can be disabled for a `hasMany` relationship by specifying the opt Using this mode does impose a slight runtime overhead, since this will use `db.find` and database indexes to search for the child ids. The indexes are created automatically for you. But large changes to the model might require you to clean up old, unused indexes. -!Important -This mode is the default from version 5 onwards. Before that it was called `dontsave` and `dontsavehasmany` +ℹ️ This mode is the default from version 5 onwards. Before that it was called `dontsave` and `dontsavehasmany` ### Saving child ids