From cc062619a171fec80e67a434899dc93743f4dddd Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Sat, 24 Jan 2015 21:22:02 +0800 Subject: [PATCH] Add Internet functions to readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 48340c341..25e11ce2f 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,20 @@ use any function decribed below. For example, if you nead random name use * `catch_phrase()` * `name()` * `suffix()` +* **Internet** + * `domain_name()` + * `domain_suffix()` + * `domain_word()` + * `email()` + * `free_email()` + * `free_email_service()` + * `image_url()` + * `ip_v4_address()` + * `ip_v6_address()` + * `mac_address()` + * `safe_email()` + * `url()` + * `user_name()` * **Lorem** * `characters(range \\ 15..255)` * `characters(num)`