From 5b6523e6f48cc2a49970fb188d20abdd85534771 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Tue, 13 Sep 2016 10:26:17 +0200 Subject: [PATCH] improve README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f77d29e..6e98ecd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Note: Still in Beta -smartdata is a ODM that adheres to TypeScript practices and uses classes to organize data. +smartdata is an ODM that adheres to TypeScript practices and uses classes to organize data. It uses MongoDB as persistent storage. ## Intention @@ -81,9 +81,9 @@ the data for the class is taken from there :) ## TypeScript How does TypeScript play into this? -Since you define your classes in TapeScript and types flow through smartdata in a generic way +Since you define your classes in TypeScript and types flow through smartdata in a generic way you should get all the Intellisense and type checking you love when using smartdata. smartdata itself also bundles typings. -So you don't need to install any additional types whenimporting smartdata. +So you don't need to install any additional types when importing smartdata. [![npm](https://push.rocks/assets/repo-header.svg)](https://push.rocks)