node-sparql-client icon indicating copy to clipboard operation
node-sparql-client copied to clipboard

Wrong require name

Open MieszkoWrzeszczynski opened this issue 9 years ago • 0 comments

From my point of view the require module name in readme should looks like that: var SparqlClient = require('sparql-client-2'); instead of var SparqlClient = require('sparql-client');

On npm you call this package as sparql-client-2 and cmd to install is: npm install sparql-client-2

So, if somebody will execute npm install sparql-client-2 the require name also must be sparql-client-2.

MieszkoWrzeszczynski avatar Dec 31 '16 12:12 MieszkoWrzeszczynski