From 5ab286431aeb53b3aa47145cdaef50dee2b647ca Mon Sep 17 00:00:00 2001 From: Georg Jaehnig Date: Sat, 19 May 2018 02:19:28 +0200 Subject: [PATCH] Rename. --- README.md | 4 ++-- {g => shortcuts/g}/1.txt | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename {g => shortcuts/g}/1.txt (100%) diff --git a/README.md b/README.md index 6195fdf..4c1115a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To add a new shortcut, follow the example in the `g` directory: - create a file inside the directory with the argument number, - for instance create `1.txt` for a shortcut with 1 argument - inside the created file, place the template url, - - like in the [given example](g/1.txt). + - like in the [given example](shortcuts/g/1.txt). ## Using the shortcuts @@ -28,5 +28,5 @@ then call Trovu with: https://trovu.github.io/trovu-web/?# #namespaces=o,john - &namespace[john]=https://raw.githubusercontent.com/john-doe/trovu-user/master/{keyword}/{argumentCount}.txt + &namespace[john]=https://raw.githubusercontent.com/john-doe/trovu-user/master/shortcuts/{keyword}/{argumentCount}.txt diff --git a/g/1.txt b/shortcuts/g/1.txt similarity index 100% rename from g/1.txt rename to shortcuts/g/1.txt