diff --git a/README.md b/README.md index 174da5f..767b0fb 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,7 @@ MOOD('sad'); // 'sad' The MySQL connector supports _model discovery_ that enables you to create LoopBack models based on an existing database schema using the unifiedĀ [database discovery API](http://apidocs.strongloop.com/loopback-datasource-juggler/#datasource-prototype-discoverandbuildmodels). For more information on discovery, see [Discovering models from relational databases](https://loopback.io/doc/en/lb3/Discovering-models-from-relational-databases.html). -### Auto-migratiion +### Auto-migration The MySQL connector also supports _auto-migration_ that enables you to create a database schema from LoopBack models using the [LoopBack automigrate method](http://apidocs.strongloop.com/loopback-datasource-juggler/#datasource-prototype-automigrate).