aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMike Dalessio <mike.dalessio@gmail.com>2021-08-18 10:26:29 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:39 -0400
commit918668b4a92594675ee0dcbf698b320f015f01e0 (patch)
treed944555aa09ede94c3460f5ad42eef39e2fe9d92 /README.md
parente18b0b6ebab74e16774bc6121ffba785564b9fd6 (diff)
downloadruby-918668b4a92594675ee0dcbf698b320f015f01e0.tar.gz
update README with correct repository URL
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c9db0770ee..3f2745b2d3 100644
--- a/README.md
+++ b/README.md
@@ -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
```