We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca754a6 commit 935ff1aCopy full SHA for 935ff1a
docs/CONTRIBUTING.md
@@ -41,11 +41,11 @@ Thank you for your interest in contributing to SNAILDB! This document provides g
41
# (https://github.com/sreeraj/snaildb)
42
43
# 2. Clone your fork
44
-git clone https://github.com/YOUR_USERNAME/snaildb.git
+git clone https://github.com/ecocee/snaildb.git
45
cd snaildb
46
47
# 3. Add upstream remote
48
-git remote add upstream https://github.com/sreeraj/snaildb.git
+git remote add upstream https://github.com/ecocee/snaildb.git
49
50
# 4. Install dependencies
51
npm install
0 commit comments