From 5bd366a4707726a9f474e28d96fe2d128cd5ee9c Mon Sep 17 00:00:00 2001 From: Shane Becker Date: Wed, 22 Aug 2012 12:43:11 -0700 Subject: [PATCH] changed ['men', 'women'] to anything. gender's not a binary. see Sarah Mei's post: http://www.sarahmei.com/blog/2010/11/26/disalienation/ --- content/docs/info-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/info-types.md b/content/docs/info-types.md index 911d855..4e05fed 100644 --- a/content/docs/info-types.md +++ b/content/docs/info-types.md @@ -28,7 +28,7 @@ Your type schema needs to have `url`, `name`, `description`, `version`, and `con | Name | Required | Type | Description | | --------------- | -------- | ------ | ---------------- | | `status` | Required | String | Possible values: "single", "in a relationship", "it's complicated", "divorced" | -| `interested_in` | Required | Array | Possible values: "men", "women" | +| `interested_in` | Required | Array | Possible values: anything | | `looking_for` | Required | Array | Possible values: "random play", "friendship", "relationship", "whatever I can get", "networking" | ### Tent