Skip to content

Commit

Permalink
README.md: Change !important to info sign
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun authored Apr 7, 2018
1 parent db3053e commit 8991aac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8991aac

Please sign in to comment.