ruv commited on
Commit
44c9333
·
unverified ·
1 Parent(s): 46d863b

fixed error

Browse files
Files changed (1) hide show
  1. sql/readme.md +2 -2
sql/readme.md CHANGED
@@ -196,8 +196,8 @@ CREATE INDEX idx_users_agents_tenant_id ON users_agents(tenant_id);
196
  ### Setting Up the Database
197
  1. Clone the repository:
198
  ```sh
199
- git clone https://github.com/yourusername/supabase-sql.git
200
- cd supabase-sql
201
  ```
202
 
203
  2. Configure your Supabase environment variables in a `.env` file:
 
196
  ### Setting Up the Database
197
  1. Clone the repository:
198
  ```sh
199
+ git clone https://github.com/ruvnet/agentic-employment.git
200
+ cd agentic-employment
201
  ```
202
 
203
  2. Configure your Supabase environment variables in a `.env` file: