Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
caldwellc committed Apr 22, 2022
1 parent b0d9411 commit 3c77bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install @ngageoint/geopackage-mobile-optimizer
```javascript
const fs = require('fs');
const { GeoPackageAPI, setCanvasKitWasmLocateFile } = require('@ngageoint/geopackage');
const GeoPackageOptimizer = require('./mobile-optimizer');
const GeoPackageOptimizer = require('@ngageoint/geopackage-mobile-optimizer');
const path = require('path');
const async = require('async');

Expand Down

0 comments on commit 3c77bb1

Please sign in to comment.