Skip to content

Commit

Permalink
Fix docs formatting (sindresorhus#186)
Browse files Browse the repository at this point in the history
(cherry picked from commit d904833)
  • Loading branch information
CornerSyrup authored and Eneris committed Nov 14, 2023
1 parent 82e8582 commit dfcd420
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 @@ -100,7 +100,7 @@ config.set('foo', '1');

**Note:** The `default` value will be overwritten by the `defaults` option if set.

### migrations
#### migrations

Type: `object`

Expand Down Expand Up @@ -138,7 +138,7 @@ const store = new Conf({

> Note: The version the migrations use refers to the **project version** by default. If you want to change this behavior, specify the [`projectVersion`](#projectVersion) option.
### beforeEachMigration
#### beforeEachMigration

Type: `Function`\
Default: `undefined`
Expand Down

0 comments on commit dfcd420

Please sign in to comment.