eugeneware / jsonquery-engine

A full MongoDB query language implementation with INDEXES for querying your levelup/leveldb database.
55 stars 5 forks source link

Readme typo in usage section #7

Closed andy0130tw closed 9 years ago

andy0130tw commented 9 years ago

In the usage section of the given example:

jsonqqueryEngine = require('jsonquery-engine'),

This line should be:

jsonqueryEngine = require('jsonquery-engine'),
eugeneware commented 9 years ago

Thanks @andy0130tw !