From 7b9b4b0b09fe2de0ac4b2f94a606727a3932a9c9 Mon Sep 17 00:00:00 2001 From: Alon Salant Date: Fri, 20 Jun 2014 16:56:04 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b4ea1c..00e73d7 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Getto Mix a non-enumerable ```get``` method into plain JavaScript Object instances that supports deeply nested paths. -At Good Eggs we write mixins for frameworks that have models with ```get``` accessors like Backbone and Mongoose. Getto -allows us to use those mixins with plain Object instances, for example, those returned Mongoose's ```lean``` query +At Good Eggs we write [mixins](https://github.com/goodeggs/model-mixin) for frameworks that have models with `get` accessors like Backbone and Mongoose. Getto +allows us to use those mixins with plain Object instances, for example, those returned Mongoose's `lean` query modifier. Usage @@ -35,4 +35,4 @@ Contributing $ git clone https://github.com/goodeggs/getto && cd getto $ npm install $ npm test -``` \ No newline at end of file +```