Skip to content

Commit 245861e

Browse files
committed
Import/Export example - fixing indent on code block in README
1 parent e5f9187 commit 245861e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

import_export_development/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ To get the initial setup working for you, perform the following steps. In a real
1818
3. Create a new standalone [Google Apps Script](https://script.google.com) project, and copy the ID of the script. The file ID is found in the URL to the script project:
1919
script.google.com/a/macros/google.com/d/***DRIVE_FILE_ID***/edit
2020
4. Perform the following commands:
21-
```
22-
mkdir build
23-
cd build
24-
mkdir dev
25-
cd dev
26-
gapps init *DRIVE_FILE_ID*
27-
cd ../..
28-
gulp upload-latest --env dev
29-
```
21+
```
22+
mkdir build
23+
cd build
24+
mkdir dev
25+
cd dev
26+
gapps init *DRIVE_FILE_ID*
27+
cd ../..
28+
gulp upload-latest --env dev
29+
```
3030
5. Refresh your Apps Script project. You should now see a copy of some of the files from the local source location.
3131
3232
You can run the code either by publishing it as a web app, or testing it as an addon (It just counts the number of sheets in your spreadsheet). Because the code finds a valid Spreadsheet ID in the configuration, it uses that instead of `SpreadsheetApp.getActiveSpreadsheet`.

0 commit comments

Comments
 (0)