From 6f51ccce20584f7aab52c5f6b40a36ec26b2569f Mon Sep 17 00:00:00 2001 From: Hendrik van der Linde Date: Tue, 9 Feb 2016 16:09:53 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.