Unstructured-IO / unstructured-js-client

A Typescript client for the Unstructured hosted API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace npm add with npm install in README.md

treighton opened this issue · comments

Description

Although npm add is an alias to npm install, since NPM 5, it's become a common convention to use npm install instead of npm add since the --save option is no more.

I suggest replacing the following:

npm add unstructured-client

with:

npm install unstructured-client

I'll have a PR for this shortly.