Skip to content

Commit ffc621e

Browse files
committed
Merge pull request kriasoft#502 from frenzzy/update-readme
Remove preprocessor.js from readme
2 parents 7a13888 + 4f3949d commit ffc621e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ visit our sponsors:
6060
│ ├── /runServer.js # Launches (or restarts) Node.js server
6161
│ ├── /start.js # Launches the development web server with "live reload"
6262
│ └── /webpack.config.js # Configurations for client-side and server-side bundles
63-
│── package.json # The list of 3rd party libraries and utilities
64-
└── preprocessor.js # ES6 transpiler settings for Jest
63+
└── package.json # The list of 3rd party libraries and utilities
6564
```
6665

6766
### Related Projects

0 commit comments

Comments
 (0)