Skip to content

Commit

Permalink
Updated instructions for usage
Browse files Browse the repository at this point in the history
  • Loading branch information
anvithks authored Sep 2, 2020
1 parent f2911ca commit 7158249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ cp -R ./static/js/pdf-js /path/to/your/hugo/website/static/js/

# Usage

In your Hugo website place the following shortcode :

In your Hugo website place the following shortcode in any of the markdown pages.
```
{{< embed-pdf url="./path/to/pdf/file/example.pdf" >}}
```

### Parameters
- **url (required)** : The relative location of the file.

Expand Down

0 comments on commit 7158249

Please sign in to comment.