Adds section about restarting app
diff --git a/struts2-secure-jakarta-multipart-parser-plugin/README.md b/struts2-secure-jakarta-multipart-parser-plugin/README.md
index c13005b..c561741 100644
--- a/struts2-secure-jakarta-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-multipart-parser-plugin/README.md
@@ -37,6 +37,8 @@
       <constant name="struts.multipart.parser" value="secure-jakarta"/> 
  ```
 
+and then restart your application, you can use one of the existing PoCs to test if everything is ok.
+
 If you are using Maven to build your project, please add the following dependency into your pom:
   
 ```xml
diff --git a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
index c6598ce..938fb92 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
@@ -37,7 +37,7 @@
       <constant name="struts.multipart.parser" value="secure-jakarta-stream"/> 
  ```
 
-and then restart your application, you can use on of the existing PoCs to test if everything is ok.
+and then restart your application, you can use one of the existing PoCs to test if everything is ok.
 
 If you are using Maven to build your project, please add the following dependency into your pom: