diff --git a/README.md b/README.md index 2d9fbe9..f6cf0e4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ rollup({ ## Why named export? 1. Module is a namespace. Default export often leads to function/component per file dogma and makes code less maintainable. -2. Interop with commonjs is broken in many cases. A ways to fight them are known. +2. Interop with commonjs is broken in many cases or hard to maintain. 3. Show me any good language with default exports. It's historical javascriptism.