diff --git a/README.md b/README.md index a1df6e0..3af90ae 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ To learn how to use Apps Script, check [this quick tutorial](https://codelabs.de --- ### Scripts - [auto-backup](auto-backup) automatically create regular backups for Google Files + - [gsheets-helper](gsheets-helper) a google sheets helper class that makes it easier to manipulate tabular data programatically + - [monitor-sheet](monitor-sheet) check if a google sheet contains/does not contain a special value, eg use: detect broken data \ No newline at end of file diff --git a/monitaor-sheet-for-values/Monitor.gs b/monitor-sheet/Monitor.gs similarity index 100% rename from monitaor-sheet-for-values/Monitor.gs rename to monitor-sheet/Monitor.gs diff --git a/monitaor-sheet-for-values/README.md b/monitor-sheet/README.md similarity index 100% rename from monitaor-sheet-for-values/README.md rename to monitor-sheet/README.md