Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uzillion committed Jul 10, 2018
1 parent 38d8625 commit 751696f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The getter and setter functions are built using the amazing [pg-promise][] packa
## Table of Contents
* [Installation](#installation)
* [Usage](#commands)
* [The config.js file](#the-config.js-file)
* [The config.js file](#the-configjs-file)
+ [1. getter {..}](#1.-getter-{..})
+ [2. setter {..}](#2.-setter-{..})
+ [3. Parameterized Values](#parameterized-values)
Expand All @@ -33,7 +33,7 @@ The usage is pretty straightforward.
* First run `accessor init`.
* This will create config.js file in the ./db folder.
* The config.js file consists of an object with various specifications that are easily customizable.
+ Refer [here](#the-config.js-file) to learn how.
+ Refer [here](#the-configjs-file) to learn how.
* Once you're done customizing the config.js file, run `accessor build`.
* This will generate getter and setter files with the specifications defined in config.js.

Expand Down

0 comments on commit 751696f

Please sign in to comment.