diff --git a/factory/README.md b/factory/README.md index a1b6208fd..0112c92c0 100644 --- a/factory/README.md +++ b/factory/README.md @@ -81,7 +81,7 @@ public enum CarType { } ``` Then we have the static method `getCar` to create car objects encapsulated in the factory class -`CarSimpleFactory`. +`CarsFactory`. ```java public class CarsFactory {