Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatorePreviti authored Jun 14, 2018
1 parent a9c47b8 commit 0efd441
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ Portable Roaring bitmaps in C (unity build) - https://github.com/lemire/CRoaring
// create this file as demo.js
// type node demo.js

var RoaringBitmap32 = require('roaring/RoaringBitmap32')
const RoaringBitmap32 = require('./RoaringBitmap32')
const RoaringBitmap32 = require('roaring/RoaringBitmap32')

const bitmap1 = new RoaringBitmap32([1, 2, 3, 4, 5])
bitmap1.addMany([100, 1000])
Expand Down

0 comments on commit 0efd441

Please sign in to comment.