Skip to content

Commit a48a30d

Browse files
authored
remove backticks, they look absurd (#5237)
1 parent 841af4f commit a48a30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/faq/65-read-package-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How do I include details from `package.json` in my application?
2+
title: How do I include details from package.json in my application?
33
---
44

55
You cannot directly require JSON files, since SvelteKit expects [`svelte.config.js`](/docs/configuration) to be an ES module. If you'd like to include your application's version number or other information from `package.json` in your application, you can load JSON like so:

0 commit comments

Comments
 (0)