@flarelink/client 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ const user = await flarelink.auth.getMe();
|
|
|
28
28
|
|
|
29
29
|
### 1. Create a Flarelink project
|
|
30
30
|
|
|
31
|
-
Sign up at [flarelink.
|
|
31
|
+
Sign up at [dash.flarelink.dev](dash.flarelink.dev), connect your Cloudflare account, and click **Provision new project** in the dashboard. Flarelink uploads an auth Worker to your CF account and gives you back its URL.
|
|
32
32
|
|
|
33
33
|
### 2. Add the deployment URL to your env
|
|
34
34
|
|