Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Jun 13, 2016
1 parent 845da30 commit 0b41aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ store.set(null, {abc: true}).then(function (rec) {
});
```
**get(key)**
**get(key[, raw=false])**
_Tuple_
Gets the record as a double `Tuple` with the shape `[key, value]`.
Expand Down Expand Up @@ -504,7 +504,7 @@ store.has('keyValue'); // true or false
```
**join(other, on[, type="inner", where=[]])**
_Array_
_Promise_
Joins `this` instance of `Haro` with another, on a field/property. Supports "inner", "left", & "right" JOINs. Resulting
composite records implement a `storeId_field` convention for fields/properties. The optional forth parameter is an Array
Expand Down

0 comments on commit 0b41aae

Please sign in to comment.