Skip to content

Commit 0b38835

Browse files
RickDTMrPrashantT
andauthored
Add backticks to some inline code
Co-authored-by: Prashant Trivedy <[email protected]>
1 parent b1efd5b commit 0b38835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vanilla/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ After the Parallel SDK has been initialized (via `loadParallel()`), you can show
4040

4141
To automatically load a Parallel Passport button on your page, just follow these steps:
4242

43-
1. Add the HTML class parallel-login-button to the parent element where you want the button to appear.
44-
1. Call showButton(), which will then find any elements with that class and render a login button child element for each.
43+
1. Add the HTML class `parallel-login-button` to the parent element where you want the button to appear.
44+
1. Call `showButton()`, which will then find any elements with that class and render a login button child element for each.
4545

4646
For instance, to add a "Parallel Passport" button somewhere on your page:
4747

0 commit comments

Comments
 (0)