From ba0873afad62a9cc1b960c8040308a347bcaa219 Mon Sep 17 00:00:00 2001 From: Shane Becker Date: Wed, 22 Aug 2012 12:37:23 -0700 Subject: [PATCH] added 'divorced' as an possible status type in the relationship-status profile example --- 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 cf31390..911d855 100644 --- a/content/docs/info-types.md +++ b/content/docs/info-types.md @@ -27,7 +27,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" | +| `status` | Required | String | Possible values: "single", "in a relationship", "it's complicated", "divorced" | | `interested_in` | Required | Array | Possible values: "men", "women" | | `looking_for` | Required | Array | Possible values: "random play", "friendship", "relationship", "whatever I can get", "networking" |