Minor wording cleanup.

This commit is contained in:
Rand McKinney 2014-01-21 09:55:43 -08:00
parent 73390a6be8
commit 680a06bfec
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@ var CoffeeShop = loopback.createModel('coffee-shop', {
});
```
Loopback models with a GeoPoint property and an attached Data Source may be queried using geo-spatial filters and sorting.
For example, the following code is an an example of finding the three nearest coffee shops.
You can query LoopBack models with a GeoPoint property and an attached data source using geo-spatial filters and sorting. For example, the following code finds the three nearest coffee shops.
```js
CoffeeShop.attachTo(oracle);