Skip to content

Commit

Permalink
Merge pull request #898 from newrelic/jerelmiller-patch-1
Browse files Browse the repository at this point in the history
Remove unnecessary trailing backticks
  • Loading branch information
jerelmiller authored Oct 26, 2020
2 parents 9412344 + 54c827b commit e0bcbca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Clone the [nr1-how-to](https://github.com/newrelic/nr1-how-to) example applicati
The example app lets you experiment with tables.

```sh lineNumbers=false copy=false
git clone https://github.com/newrelic/nr1-how-to.git`
cd nr1-how-to/create-a-table/nerdlets/create-a-table-nerdlet`
git clone https://github.com/newrelic/nr1-how-to.git
cd nr1-how-to/create-a-table/nerdlets/create-a-table-nerdlet
```

</Step><Step>
Expand Down

0 comments on commit e0bcbca

Please sign in to comment.