Skip to content
This repository was archived by the owner on May 19, 2019. It is now read-only.

Commit 1ecb903

Browse files
author
Artem Artemyev
committed
added language declaration in an example
1 parent 9f76204 commit 1ecb903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Declarative data-binding for React based on [MarsDB](https://github.com/c58/mars
1818
### Basic concepts
1919
MarsDB-React uses Relay-like concept of data reuirements declaration. Just make a component and create a data container below based on the component.
2020

21-
```
21+
```javascript
2222
import React from 'react';
2323
import ReactDOM from 'react-dom';
2424
import { createContainer, DataManagerContainer } from 'marsdb-react';

0 commit comments

Comments
 (0)