Skip to content

Commit 1efc37c

Browse files
committed
Update docs.
1 parent 1291991 commit 1efc37c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ machine. Here are some examples of functions you might add to handle new file ty
127127
```javascript
128128
// ~/.cacher/run-server.user.config.js
129129

130-
module.exports = {
130+
return {
131131
rules: [
132132
{
133133
pattern: '\.awesome$',
@@ -144,7 +144,7 @@ module.exports = {
144144
// ~/.cacher/run-server.user.config.js
145145

146146
// Requires `npm -g markdown` to be run first.
147-
module.exports = {
147+
return {
148148
rules: [
149149
{
150150
pattern: '\.md$',
@@ -167,7 +167,7 @@ module.exports = {
167167
```javascript
168168
// ~/.cacher/run-server.user.config.js
169169

170-
module.exports = {
170+
return {
171171
rules: [
172172
{
173173
pattern: (command) => {

0 commit comments

Comments
 (0)