From b731e6200b8a49abbee6f80f84afe819e4564b4b Mon Sep 17 00:00:00 2001 From: Tim Ambler Date: Wed, 3 Jan 2018 16:03:08 -0600 Subject: [PATCH] TOC --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fcec52..267b719 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Electron Preferences +- [Introduction](#introduction) +- [Getting Started](#getting-started) + - [Initializing the Preferences Service](#initializing-the-preferences-service) + - [Interacting with the Preferences Service from the Renderer Process](#interacting-with-the-preferences-service-from-the-renderer-process) + - [Field Types](#field-types) + - [Icons](#icons) + ## Introduction This module provides users of the [Electron](https://electronjs.org/) desktop application development framework with with a simple, consistent interface for managing user preferences. It includes two primary components: @@ -24,7 +31,7 @@ To see the library in action, clone this repository and see the demo Electron ap ## Getting Started -### Initialize the Preferences Service +### Initializing the Preferences Service Within your application's main process, create a new instance of the `ElectronPreferences` class, as shown below.