diff --git a/README.md b/README.md index 7f677d6..03b533c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Create a new Java class called `Employee` in the folder `src/main/java` in the p The class should contain: * A field called `name` with getters and setters. -* A contructor with a `name` parameter, which will set the name upon creation +* A constructor with a `name` parameter, which will set the name upon creation ###Web page Edit the file `index.xhtml` (created in step 1) @@ -30,4 +30,4 @@ The class should contain: * A class annotation `@Named` and `@RequestScoped` (Uit de package `javax.enterprise.context`) * A field called `employees` which is a List of Employee objects with a getter -* A public void method called `init` with a `@PostConstruct` annotation. That method should populate `employees` with a bunch of dummy employees. \ No newline at end of file +* A public void method called `init` with a `@PostConstruct` annotation. That method should populate `employees` with a bunch of dummy employees.