Skip to content

Commit

Permalink
Merge pull request #180 from vimeo/update-readme-0321
Browse files Browse the repository at this point in the history
removes the reference to the deprecated vimeo package
  • Loading branch information
hedyyytang authored Mar 22, 2023
2 parents 72f98ad + 5c2a30f commit df6f866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ If you’re new to Vimeo APIs, check out [Getting Started: The Basics](https://d
## Install the Node.js library
To install Node.js, run the following command:

npm install @vimeo/vimeo # for the versions after 2.3.2
npm install vimeo # for the old versions
npm install @vimeo/vimeo

## Advanced examples
To see examples of the most common use cases of the Node.js library, visit our [Node.js Examples Library](https://developer.vimeo.com/api/libraries/examples/nodejs).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vimeo/vimeo",
"version": "3.0.0",
"version": "3.0.1",
"license": "Apache-2.0",
"description": "A Node.js library for the new Vimeo API.",
"homepage": "https://developer.vimeo.com/",
Expand Down

0 comments on commit df6f866

Please sign in to comment.