Skip to content

Commit

Permalink
README: formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Sep 17, 2023
1 parent 5571526 commit bf4028a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/nodejs.svg)](https://forge.puppetlabs.com/puppet/nodejs)
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/nodejs.svg)](https://forge.puppetlabs.com/puppet/nodejs)

#### Table of Contents
## Table of Contents

1. [Overview](#overview)
1. [Setup - The basics of getting started with nodejs](#setup)
Expand Down Expand Up @@ -100,9 +100,9 @@ For example:
```puppet
# Upgrade from nodejs 5.x to 6.x
class { 'nodejs':
repo_url_suffix => '6.x',
nodejs_package_ensure => '6.12.2',
}
repo_url_suffix => '6.x',
nodejs_package_ensure => '6.12.2',
}
```

### Forcing the installation of NodeSource packages over native packages
Expand Down

0 comments on commit bf4028a

Please sign in to comment.