From c2aee8017e051ee49f0871637657276a66e80a89 Mon Sep 17 00:00:00 2001 From: "sherif.fathy" Date: Sat, 11 Nov 2006 22:42:54 +0000 Subject: [PATCH] git-svn-id: http://webgoat.googlecode.com/svn/trunk@32 4033779f-a91e-0410-96ef-6bf7bf53c507 --- webgoat/main/project/WebContent/lesson_plans/NewLesson.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ webgoat/main/project/WebContent/lesson_plans/NewLesson.html b/ webgoat/main/project/WebContent/lesson_plans/NewLesson.html index 77d608f15..fd68344b0 100644 --- a/ webgoat/main/project/WebContent/lesson_plans/NewLesson.html +++ b/ webgoat/main/project/WebContent/lesson_plans/NewLesson.html @@ -5,10 +5,10 @@

Concept / Topic To Teach:

Adding lessons to WebGoat is very easy. If you have an idea that would be suitable
-for a new lesson, follow these few simple instructions:

+for a new lesson, follow these few simple instructions to implement it:

* Download the source code from here.

* Setup framework: follow the simple instructions in "HOW TO create the WebGoat workspace.txt" that comes with the project.

-* You need to add two files for each class:
+* You need to add two files for each new lesson:
  - YourLesson.java to org.owasp.webgoat.lessons
  - YourLesson.html to WebContent/lesson_plans

* YourLesson class implmenet LessonAdapter and override the following methods: