summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-03-09 03:17:16 +0200
committerdweller <dweller@cabin.digital>2024-03-09 03:17:16 +0200
commit315d88f69136cb98e526133dea46aa8de11ebc84 (patch)
tree3a7872c4e79e57babae3b35b40024f4459d926b2 /README
parent0547224f24a0092ac0f27e15425cffe33602dfc8 (diff)
better wording for example in the README
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 31a18a0..96229c4 100644
--- a/README
+++ b/README
@@ -28,8 +28,8 @@ Install/Usage:
```
$ git mkremote
Usage: git-mkremote <name> <server> <repo name> [description]
- $ git mkremote local git@local.lan public/gitscripts collection of scripts for git
- $ git push --set-upstream local master
+ $ git mkremote remote git@remote.lan public/gitscripts collection of scripts for git
+ $ git push --set-upstream remote master
```
5. That's it! Now you can create remotes easily from the comfort of your terminal, like a normal