Commit 9b4fb2fb authored by aymenwah's avatar aymenwah Committed by Quan (Andy) Gan
Browse files

[Doc]Fix 'git remote' command in contribution doc (#470)

* fix docs remote instead of remove

* Update CONTRIBUTORS.md
parent 5d494c62
......@@ -21,3 +21,4 @@ Other improvement
* [@giuseppefutia](https://github.com/giuseppefutia)
* [@mori97](https://github.com/mori97)
* Hao Jin
* [@aymenwah](https://github.com/aymenwah)
......@@ -43,7 +43,7 @@ Setup the upstream to the DGL official repository:
git remote add upstream https://github.com/dmlc/dgl.git
You could verify the remote setting by typing ``git remove -v``:
You could verify the remote setting by typing ``git remote -v``:
.. code-block:: bash
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment