From 804f7b5db880494cec626ae26c6e4ca867bff136 Mon Sep 17 00:00:00 2001 From: Alexander Ivanov Date: Mon, 18 Jun 2018 22:04:49 +0300 Subject: [PATCH] Modify TOC with new headers --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5d4b686..5481047 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,7 @@ - [Useful sites & blogs](#useful-sites--blogs) - [Awesome code & things](#awesome-code--things) - [Development](#development) + - [Starter Kits](#starter-kits) - [Libraries & Modules](#libraries--modules) - [Using databases](#using-databases) - [ORM (O/RM and O/R mapping tool)](#orm-orm-and-or-mapping-tool) @@ -53,7 +54,7 @@ * [AppsScriptColor](https://chrome.google.com/webstore/detail/appsscript-color/ciggahcpieccaejjdpkllokejakhkome) *(3 700+ users)* This Chrome extension provide 2 dark color themes for the google apps script editor. It also allows to use folders to sort your files more cleanly * [google/clasp](https://github.com/google/clasp) Develop Apps Script projects locally using clasp (Command Line Apps Script Projects). -## Starter Kits +### Starter Kits * [apps-script-starter](https://github.com/labnol/apps-script-starter) A starter kit for building Google Apps Script projects with modern JavaScript ES6, Webpack, Babel and ESLint inside Visual Studio Code. * [gas-minimal-boilerplate](https://github.com/asciian/gas-minimal-boilerplate) A minimal boilerplate with webpack for Google Apps Script * [google-apps-script-template](https://github.com/nirazul/google-apps-script-template) A feature rich task runner for Google Apps Script to write, lint and push modern code to your documents