Skip to content

Commit 30f781b

Browse files
authored
docs(readme): add UTM tracking to e2b.dev links (#230)
1 parent 8483e2e commit 30f781b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Powered by the [E2B SDK](https://github.com/e2b-dev/code-interpreter).
1212
## Features
1313

1414
- Based on Next.js 14 (App Router, Server Actions), shadcn/ui, TailwindCSS, Vercel AI SDK.
15-
- Uses the [E2B SDK](https://github.com/e2b-dev/code-interpreter) by [E2B](https://e2b.dev) to securely execute code generated by AI.
15+
- Uses the [E2B SDK](https://github.com/e2b-dev/code-interpreter) by [E2B](https://e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=fragments) to securely execute code generated by AI.
1616
- Streaming in the UI.
1717
- Can install and use any package from npm, pip.
1818
- Supported stacks ([add your own](#adding-custom-personas)):
@@ -42,7 +42,7 @@ Powered by the [E2B SDK](https://github.com/e2b-dev/code-interpreter).
4242

4343
- [git](https://git-scm.com)
4444
- Recent version of [Node.js](https://nodejs.org) and npm package manager
45-
- [E2B API Key](https://e2b.dev)
45+
- [E2B API Key](https://e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=fragments)
4646
- LLM Provider API Key
4747

4848
### 1. Clone the repository
@@ -72,7 +72,7 @@ npm i
7272
Create a `.env.local` file and set the following:
7373

7474
```sh
75-
# Get your API key here - https://e2b.dev/
75+
# Get your API key here - https://e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=fragments
7676
E2B_API_KEY="your-e2b-api-key"
7777

7878
# OpenAI API Key
@@ -138,7 +138,7 @@ npm run build
138138

139139
### Adding custom personas
140140

141-
1. Make sure [E2B CLI](https://e2b.dev/docs/cli) is installed and you're logged in.
141+
1. Make sure [E2B CLI](https://e2b.dev/docs/cli?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=fragments) is installed and you're logged in.
142142

143143
2. Add a new folder under [sandbox-templates/](sandbox-templates/)
144144

0 commit comments

Comments
 (0)