From 4c1f273bc15658e1006068637a13ad55a397b93c Mon Sep 17 00:00:00 2001 From: ryanvalentin Date: Thu, 29 Mar 2012 15:34:37 -0700 Subject: [PATCH] Update README.markdown --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index cc8bbc9..cdc38e8 100644 --- a/README.markdown +++ b/README.markdown @@ -9,6 +9,7 @@ A cookbook of common recipes to help expedite your development process when usin 3. Get a thread's details: get-thread-details.php (threads/details) 4. List all threads created between a given date and now: list-all-threads-between-date-and-now.php (threads/list) 5. Create a guest comment: create-guest-comment.php (posts/create) +6. Add users to the whitelist via CSV file: add_to_whitelist.php (whitelists/add) ## Requirements