From 4dd2a0ce5e959971fa0f4363f4af588bf890d47c Mon Sep 17 00:00:00 2001 From: Sequoia McDowell Date: Wed, 12 Oct 2016 17:03:48 -0400 Subject: [PATCH] Fixing format for Jekyll https://github.com/strongloop/loopback.io/issues/49 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fdade9c..638df40 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Specify mixin locations relative to the `server/model-config.json` file. Multip ### npm module This loads the [loopback-ds-timestamp-mixin](https://www.npmjs.com/package/loopback-ds-timestamp-mixin) module from the top level `node_modules` directory. Note that this module provides a mixin file `time-stamp.js` which is registered as the camel case `TimeStamp` name. + ```js { "_meta": { @@ -43,6 +44,7 @@ This loads the [loopback-ds-timestamp-mixin](https://www.npmjs.com/package/loopb } } ``` + ### The local `server/mixins/` directory Because the `model-config.json` is within the `server` directory this loads the mixins from current mixins directory.