diff --git a/README.md b/README.md index 90b4ee8..a9fc2b8 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ## Table of Contents -- [Installation](#installation) - - [Install script](#install-script) +- [Installation and Update](#installation-and-update) + - [Install & Update script](#install--update-script) - [Ansible](#ansible) - [Verify installation](#verify-installation) - [Important Notes](#important-notes) @@ -39,11 +39,11 @@ -## Installation +## Installation and Update -### Install script +### Install & Update script -To install or update nvm, you can use the [install script][2] using cURL: +To **install** or **update** nvm, you can use the [install script][2] using cURL: ```sh curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash