diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -99,3 +99,7 @@ module.exports = config; | |||
99 | ``` | 99 | ``` |
100 | 100 | ||
101 | See the [example](https://github.com/ethul/purs-loader/tree/master/example) directory for a complete example. | 101 | See the [example](https://github.com/ethul/purs-loader/tree/master/example) directory for a complete example. |
102 | |||
103 | ## Notes | ||
104 | |||
105 | A `.psci` file is generated during each run of the loader. | ||