Aksel Joonas Reedi commited on
Commit
96aa5ea
·
unverified ·
1 Parent(s): 46e343d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,8 +7,8 @@ An MLE agent that researches, writes, and ships good quality ML releated code us
7
  ### Installation
8
 
9
  ```bash
10
- git clone git@github.com:huggingface/hf_agent.git
11
- cd hf_agent
12
  uv sync
13
  uv tool install -e .
14
  ```
 
7
  ### Installation
8
 
9
  ```bash
10
+ git clone git@github.com:huggingface/ml-agent.git
11
+ cd ml-agent
12
  uv sync
13
  uv tool install -e .
14
  ```