Skip to content

Commit 9e37ec8

Browse files
authored
Beautify links in readme
1 parent 89a159e commit 9e37ec8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Make Real
22

33
Use this repo as a template to create Make Real style apps like
4-
https://makereal.tldraw.com. To get started:
4+
[makereal.tldraw.com](https://makereal.tldraw.com). To get started:
55

66
1. Use the template and clone your new repo to your computer
77
2. Run `npm install` to install dependencies
8-
3. Get an OpenAI API key from https://platform.openai.com/api-keys. Make sure
8+
3. Get an OpenAI API key from [platform.openai.com/api-keys](https://platform.openai.com/api-keys). Make sure
99
you are at least a
1010
[Tier 1](https://platform.openai.com/docs/guides/rate-limits/usage-tiers) API
1111
user, which means you have access to GPT-4 Vision. You can check your tier on
1212
the [OpenAI API Limits](https://platform.openai.com/account/limits).
1313
4. Create a `.env.local` file that contains `OPENAI_API_KEY=your api key here`
1414
5. Run `npm run dev`
15-
6. Open http://localhost:3000 and make some stuff real!
15+
6. Open [localhost:3000](http://localhost:3000) and make some stuff real!
1616

1717
## How it works
1818

@@ -42,4 +42,4 @@ or text.
4242

4343
## The dangerous API key input method
4444

45-
For prototyping or at least until the vision APIs are able to support higher usage limits, we've also included the `RiskyButCoolAPIKeyInput`, similar to the one found on https://makereal.tldraw.com. Please use this as carefully and ethically as you can, as users should be reluctant to add API keys to public sites.
45+
For prototyping or at least until the vision APIs are able to support higher usage limits, we've also included the `RiskyButCoolAPIKeyInput`, similar to the one found on [makereal.tldraw.com](https://makereal.tldraw.com). Please use this as carefully and ethically as you can, as users should be reluctant to add API keys to public sites.

0 commit comments

Comments
 (0)