README.md in convert-0.1.6 vs README.md in convert-0.1.7

- old
+ new

@@ -24,17 +24,20 @@ Convert.auto_link('https://crowdfundhq.com') # Embed dailymotion videos (https://dailymotion.com) Convert.dailymotion('string') -# Decode HTML, opposite of above +# Decode HTML, opposite of below Convert.decode('string') # Encode HTML with HTMLEntities Convert.encode('string') # Remove embedded videos from emails Convert.email_escape('string') + +# Embed facebook video (https://www.facebook.com) +Convert.facebook_embed('string') # Embed flickr content (https://flickr.com) Convert.flickr('string') # Embed a Github gist (https://gist.github.com)