Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
victorvoid committed Apr 28, 2019
1 parent fbaa895 commit e2304df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -17,7 +17,7 @@ $ npm install dinoql -S
You can keep the structure of the object.

```javascript
const { ql } from 'dinoql'
const { ql } = require('dinoql')

const data = {
api: {
Expand Down Expand Up @@ -74,7 +74,7 @@ const value = ql(data)`
You can only get the value.

```javascript
const { qlGet } from 'dinoql'
const { qlGet } = require('dinoql')

const data = {
api: {
Expand Down Expand Up @@ -119,7 +119,7 @@ const value = qlGet(data)`


```javascript
const { ql } from 'dinoql'
const { ql } = require('dinoql')

const data = {
api: {
Expand Down

0 comments on commit e2304df

Please sign in to comment.