diff --git a/README.md b/README.md
index f4e384a..142b2ab 100755
--- a/README.md
+++ b/README.md
@@ -33,13 +33,25 @@ This repository provides an implementation of the paper:
Conference on Robot Learning, 2022
paper /
- bibtex /
project page
+If you use this repository in your work, consider citing:
+
+```
+@article{margolis2022walktheseways,
+ title={Walk These Ways: Tuning Robot Control for Generalization with Multiplicity of Behavior},
+ author={Margolis, Gabriel B and Agrawal, Pulkit},
+ journal={Conference on Robot Learning},
+ year={2022}
+}
+```
+
+
+
This environment builds on the [legged gym environment](https://leggedrobotics.github.io/legged_gym/) by Nikita
Rudin, Robotic Systems Lab, ETH Zurich (Paper: https://arxiv.org/abs/2109.11978) and the Isaac Gym simulator from
NVIDIA (Paper: https://arxiv.org/abs/2108.10470). Training code builds on the