From 81db9730d0855ad4c6111f9de3196f6f39162d95 Mon Sep 17 00:00:00 2001 From: "Jeffrey S. Morgan" Date: Fri, 15 Feb 2013 06:14:10 -0500 Subject: [PATCH] trying to get the table to render properly --- README.md | 59 +++++++++++++++++++------------------------------------ 1 file changed, 20 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 3d74906..f32449e 100644 --- a/README.md +++ b/README.md @@ -69,45 +69,26 @@ Here is a list of the built-in methods: | built-in method | | --- | -| first_name | -| last_name | -| last_name | -| full_name | -| name_prefix | -| name_suffix | -| title | -| street_address(include_secondary=false) | -| secondary_address | -| city | -| state | -| state_abbr | -| zip_code | -| country | -| company_name | -| catch_phrase | -| words(number = 3) | -| sentence(min_word_count = 4) | -| sentences(sentence_count = 3) | -| paragraphs(paragraph_count = 3) | -| characters(character_count = 255) | -| email_address(name = nil) | -| domain_name | -| url | -| user_name | -| phone_number | -| cell_phone | -| randomize([]) | -| randomize(1..4) | -| mask - #=num a=lower A=upper | -| today(format = '%D') | -| tomorrow(format = '%D') | -| yesterday(format = '%D') | -| 3.days_from_today(format = '%D') | -| 3.days_ago(format = '%D') | -| month | -| month_abbr | -| day_of_week | -| day_of_week_abbr | +| first_name last_name | +| last_name | full_name | +| name_prefix | name_suffix | +| title | street_address(include_secondary=false) | +| secondary_address | city | +| state | state_abbr | +| zip_code | country | +| company_name | catch_phrase | +| words(number = 3) | sentence(min_word_count = 4) | +| sentences(sentence_count = 3) | paragraphs(paragraph_count = 3) | +| characters(character_count = 255) | email_address(name = nil) | +| domain_name | url | +| user_name | phone_number | +| cell_phone | randomize([]) | +| randomize(1..4) | mask - #=num a=lower A=upper | +| today(format = '%D') | tomorrow(format = '%D') | +| yesterday(format = '%D') | +| 3.days_from_today(format = '%D') | 3.days_ago(format = '%D') | +| month | month_abbr | +| day_of_week | day_of_week_abbr |