From 68d5c55e13fdbdefdf3e964fef49a7de7e3ebf8a Mon Sep 17 00:00:00 2001 From: Ujjwal Arora Date: Sun, 8 Nov 2015 01:05:28 +0530 Subject: [PATCH] Remove undesired full-stop from outputs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 357a5f44af..2b9d87f048 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Polymer({ ``` -> Hi! My name is Jim. +> Hi! My name is Jim **Bind data into your element using the familiar mustache-syntax** @@ -115,7 +115,7 @@ Polymer({ ``` -> Hi! My name is Josh. +> Hi! My name is Josh **Style the internals of your element, without the style leaking out**