Skip to content

Commit

Permalink
[readme] syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
petermikitsh committed Jul 30, 2017
1 parent ec9eda6 commit cc7a6f0
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 @@ -42,7 +42,7 @@ state = {
};
```

If using [feathers-offline-realtime-immutable][5], the state will be decorated with these additional properties:
If integrating with [feathers-offline-realtime-immutable][5], the state will be decorated with these additional properties:

```javascript
state = {
Expand All @@ -62,7 +62,7 @@ state = {

## Replication Engine Integration

```
```javascript
const Realtime = require('feathers-offline-realtime-immutable');
const messages = feathersClient.service('/messages');

Expand Down

0 comments on commit cc7a6f0

Please sign in to comment.