From 401773fbc6bad0689f853e1edc1864e708ffabe0 Mon Sep 17 00:00:00 2001 From: Tessa Wilder Date: Fri, 29 Jul 2016 09:23:43 -0700 Subject: [PATCH] Change script manager to script editor Update directions as script editor is what shows up in the doc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba7771..6757e5a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A simple Google Apps script to convert a properly formatted Google Drive Documen * Adding this script to your doc (once per doc): * Open your Google Drive document (http://drive.google.com) - * Tools -> Script Manager > New + * Tools -> Script Editor > New * Select "Blank Project", then paste this code in and save. * Clear the myFunction() default empty function and paste the contents of [converttomarkdown.gapps](https://raw.github.com/mangini/gdocs2md/master/converttomarkdown.gapps) into the code editor * File -> Save