Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyRonning authored Jan 17, 2025
1 parent 46ad082 commit 2951a91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This is a React SDK for the [OpenSecret](https://opensecret.cloud) platform.

🚧 We're currently in preview mode, please contact us at [email protected] for the preview URL and getting started info 🚧

## Installation

```bash
Expand All @@ -17,7 +19,7 @@ import { OpenSecretProvider } from "@opensecret/react";

function App() {
return (
<OpenSecretProvider apiUrl="https://preview-enclave.opensecret.cloud">
<OpenSecretProvider apiUrl="{URL}">
<App />
</OpenSecretProvider>
);
Expand Down Expand Up @@ -53,7 +55,7 @@ function App() {
The `OpenSecretProvider` component is the main entry point for the SDK. It requires a single prop, `apiUrl`, which should be set to the URL of your OpenSecret backend.

```tsx
<OpenSecretProvider apiUrl="https://preview-enclave.opensecret.cloud">
<OpenSecretProvider apiUrl="{URL}">
<App />
</OpenSecretProvider>
```
Expand Down

0 comments on commit 2951a91

Please sign in to comment.