Skip to content

Commit 4792d96

Browse files
committedJul 24, 2016
Bump version numer to 14
1 parent 50844b7 commit 4792d96

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-data-jsonapi",
3-
"version": "0.0.0-alpha.13",
3+
"version": "0.0.0-alpha.14",
44
"description": "JsonApi adapter for js-data.",
55
"main": "./dist/js-data-jsonapi.js",
66
"repository": {

‎readme.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ store.registerAdapter('jsonApi', adapter, { default: true });
5555
```
5656

5757
Or alternaticely to use an existing HttpAdapter for example when using js-data-angular
58-
```
58+
59+
```js
5960
.run(function(DS, DSHttpAdapter) {
6061

6162
var options = {adapter:DSHttpAdapter};
@@ -66,7 +67,7 @@ Or alternaticely to use an existing HttpAdapter for example when using js-data-a
6667
```
6768
6869
### Version
69-
0.0.0-alpha.13
70+
0.0.0-alpha.14
7071
7172
### Tech
7273

0 commit comments

Comments
 (0)