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