Skip to content

Commit

Permalink
Docs: Replace ` with '
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Oct 19, 2023
1 parent 931ab5d commit 59fc689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Our "File Downloads Tracking" captures a file download event each time a link is
You can also specify a custom list of file types to track if you set `fileDownloads` to a string or an array. Say you only want to track `.zip` and `.pdf` files, you can use a snippet like this:

```yaml
fileDownloads: `zip,pdf`
fileDownloads: 'zip,pdf'
```
or
Expand Down

0 comments on commit 59fc689

Please sign in to comment.