summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@jouni.me>2016-02-02 14:44:50 +0200
committerJouni Koivuviita <jouni@jouni.me>2016-02-02 14:44:50 +0200
commit788e0e6d85ebb1de2f259ab5922c3eb8552d4f72 (patch)
treef27fee8bbe1045456ed03bc1783cb7c4a3f1a337 /README.md
parent2bbcb672560d029a6f9b06a4cb339967a8c89ce7 (diff)
downloadvaadin-core-788e0e6d85ebb1de2f259ab5922c3eb8552d4f72.tar.gz
vaadin-core-788e0e6d85ebb1de2f259ab5922c3eb8552d4f72.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c47bf42..96a7bc9 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ Each element has it's own GitHub repository, where development is done. The vaad
Familiarize yourself with the code and try to follow the same syntax conventions to make it easier for us to accept your pull requests.
-The following instructions are common for all Vaadin core elements. You can replace `vaadin-combo-box` with any other element in the following examples. Check the element readmes for any special development notes.
+The following instructions are common for all Vaadin core elements. **Replace `vaadin-combo-box` with any other element in the following examples**. Check the element readmes for any special development notes.
### Getting the code