Clarified language around seeding sample data with seed_db.
diff --git a/GettingStarted.wiki b/GettingStarted.wiki
index e92e62d..cdc76cd 100644
--- a/GettingStarted.wiki
+++ b/GettingStarted.wiki
@@ -138,7 +138,7 @@
 (If you want to run on a different port, you can use the `--port` argument.  Other arguments are described [http://code.google.com/appengine/docs/thedevwebserver.html here].)
 
 (Since you are starting from scratch, you will probably want some sample data.
-You can use Melange generated data to save yours fingers for code. First you need to login, visit [http://localhost:8080/login] for the same. After login visit [http://localhost:8080/seed_db] to have Melange generated data for you.)
+You can use programmatically-generated sample data to save yours fingers for code. First you need to login, visit [http://localhost:8080/login] for the same. After login visit [http://localhost:8080/seed_db] to have Melange generate data for you.)
 
 = Running on and Deploying to App Engine's cluster =
 If you want to run an instance of Melange on Google's App Engine infrastructure, there are a few more steps to make sure it deploys the right data to the right place.