Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions intelligence/ts/examples/browser-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ You can then install the project dependencies with:
npm i
```

```{note}
The `watch` script relies on [entr](https://github.com/eradman/entr).
```
> [!NOTE]
> The `watch` script relies on [entr](https://github.com/eradman/entr).

```{warning}
In order to use remote handoff, copy `.env.example` into `.env` and update the API key inside it (if you don't have a valid API key, you can register [here](https://flower.ai/intelligence/)).
```
> [!WARNING]
> In order to use remote handoff, copy `.env.example` into `.env` and update the API key inside it (if you don't have a valid API key, you can register [here](https://flower.ai/intelligence/)).

## Build

Expand Down
5 changes: 2 additions & 3 deletions intelligence/ts/examples/encrypted/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ You can then install the project dependencies with:
npm i
```

```{warning}
In order to run this example, you need to update `fi.apiKey = 'REPLACE_HERE'` inside `src/index.ts` with a valid API key (if you don't have one, you can register [here](https://flower.ai/intelligence/)).
```
> [!WARNING]
> In order to run this example, you need to update `fi.apiKey = 'REPLACE_HERE'` inside `src/index.ts` with a valid API key (if you don't have one, you can register [here](https://flower.ai/intelligence/)).

## Build

Expand Down
Loading