update README with correct repository URL

This commit is contained in:
Mike Dalessio 2021-08-18 10:26:29 -04:00 коммит произвёл Alan Wu
Родитель e18b0b6eba
Коммит 918668b4a9
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -24,7 +24,7 @@ To cite this repository in your publications, please use this bibtex snippet:
year = {2021},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/Shopify/ruby/tree/yjit}},
howpublished = {\url{https://github.com/Shopify/yjit}},
}
```
@ -39,10 +39,10 @@ Because there is no GC for generated code yet, your software could run out of ex
## Installation
Start by cloning the `yjit` branch of the `Shopify/ruby` repository:
Start by cloning the `Shopify/yjit` repository:
```
git clone https://github.com/Shopify/ruby.git yjit
git clone https://github.com/Shopify/yjit
cd yjit
```