Skip to content

Commit

Permalink
reorder wording
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech committed Jul 10, 2024
1 parent 99ede46 commit b2b1f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/backend/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To access a resource, you must first instantiate a `clerkClient` instance.
<Tab>
### Instantiate a default `clerkClient` instance

Unless you are using Remix, you can use the default instance of `clerkClient` provided by whichever SDK you are using, and skip the need to pass [configuration options](#create-clerk-client-options). For Remix, see the following section.
You can use the default instance of `clerkClient` provided by whichever SDK you are using, and skip the need to pass [configuration options](#create-clerk-client-options), unless you are using Remix. For Remix, see the following section.

To use the default `clerkClient` instance, set your `CLERK_SECRET_KEY` [environment variable](/docs/deployments/clerk-environment-variables#clerk-publishable-and-secret-keys) and then import the `clerkClient` instance from the SDK as shown in the following example:

Expand Down

0 comments on commit b2b1f93

Please sign in to comment.