Skip to content

Commit f13945d

Browse files
committed
Typo: String was still using the legacy name
1 parent 7b91acc commit f13945d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/Server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ if (development) {
3232
}
3333

3434
app.listen(4000, '0.0.0.0', function () {
35-
console.log(colors.green(`React-metaform started at http://localhost:4000/. NODE_ENV: ${process.env.NODE_ENV}`));
35+
console.log(colors.green(`Redux-autoform started at http://localhost:4000/. NODE_ENV: ${process.env.NODE_ENV}`));
3636
});

0 commit comments

Comments
 (0)