Skip to content

Commit 217f062

Browse files
committed
Readme tweaks
1 parent 184fc27 commit 217f062

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ config.set('foo', '1');
104104

105105
Type: `object`
106106

107+
**Important: I cannot provide support for this feature. It has some known bugs. I have no plans to work on it, but pull requests are welcome.**
108+
107109
You can use migrations to perform operations to the store whenever a **project version** is upgraded.
108110

109111
The `migrations` object should consist of a key-value pair of `'version': handler`. The `version` can also be a [semver range](https://github.com/npm/node-semver#ranges).
@@ -442,7 +444,7 @@ Example using YAML:
442444

443445
```js
444446
import Conf from 'conf';
445-
const yaml = require('js-yaml');
447+
import yaml from 'js-yaml';
446448

447449
const config = new Conf({
448450
projectName: 'foo',

0 commit comments

Comments
 (0)