Update titles

This commit is contained in:
Raymond Feng 2013-08-27 11:07:13 -07:00
parent ecc142b4d2
commit 300c95c7db
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# LoopBack DataSource and Connector # LoopBack DataSource and Connector Guide
## Overview ## Overview
LoopBack is centered around models, which represent data and behaviors. The concept of `DataSource` is introduced to LoopBack is centered around models, which represent data and behaviors. The concept of `DataSource` is introduced to

View File

@ -1,4 +1,4 @@
# LoopBack Definition Language (LDL) # LoopBack Definition Language Guide
LoopBack Definition Language (LDL) is simple DSL to define data models in JavaScript or plain JSON. With LoopBack, we often LoopBack Definition Language (LDL) is simple DSL to define data models in JavaScript or plain JSON. With LoopBack, we often
start with a model definition which describes the structure and types of data. The model establishes common knowledge of start with a model definition which describes the structure and types of data. The model establishes common knowledge of