From 41e5811481ca3e0c02506b982ce4345f91eb89a4 Mon Sep 17 00:00:00 2001 From: Antoine LA Date: Thu, 4 May 2017 16:48:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).