From 1b79853c3a73c5b5fe87db2666b87410c89dcea0 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Wed, 14 May 2014 12:06:13 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 65cfc26e..b0636456 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # What is LoopBack? -LoopBack is a Node.js mobile backend framework that you can run on-premises or in the cloud that enables you to: +LoopBack is a Node.js mobile backend framework that enables you to: * Create dynamic REST APIs * Access data from Oracle, MySQL, PostgreSQL, MS SQL Server, MongoDB, SOAP and REST APIs - * Push, geolocation, and file services - * Android, iOS, and JavaScript SDKs + * Run your application on-premises or in the cloud + * Use built-in push, geolocation, and file services + * Easily create client apps using Android, iOS, and JavaScript SDKs LoopBack consists of: * A library of Node.js modules. - * A command line tool, `slc lb`, for creating and working with LoopBack applications. + * A command line tool, `slc`, for creating and working with LoopBack applications. * Client SDKs for native and web-based mobile clients. For more details, see http://loopback.io/.