From 416fac08541419a83f2fe1cc812c678b379bf2b1 Mon Sep 17 00:00:00 2001
From: Peter Frank Perroni <pfperroni@inf.ufpr.br>
Date: Tue, 4 Jul 2017 10:40:36 -0300
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1ae2174..95eaa76 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,13 @@ Compile the package:
 
 The standard PSO implementation is provided with the code.
 
-To run the Python example code:
+To run the Python example code (update pso_example.py as necessary):
 
     cd python
     
     python pso_example.py
     
 
-And to run the C++ example code:
+And to run the C++ example code (update the parameters as necessary):
 
     cpp/pso_example pso -s1 -5.12 -s2 5.12 -w -0.5 -c1 -0.2 -c2 0.35 -n 100 -p 30 -M 50000 -R -0.08
\ No newline at end of file
-- 
GitLab