From 167fa0afdaa684f86be02c9bd35d2b33be313019 Mon Sep 17 00:00:00 2001 From: pratik101agrawal <72143901+pratik101agrawal@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:05:51 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5a419712..a2aad1b6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This input tool is widely deployed in all Wikimedia projects (eg: wikipedia). Quick start ------------ +=========== ```bash git clone https://github.com/wikimedia/jquery.ime.git @@ -32,7 +32,7 @@ support for any editable elements in a page. Example -------- +======= See [an example](http://thottingal.in/projects/js/jquery.ime/examples/) page where jquery.ime in action. @@ -56,7 +56,7 @@ web servers like Apache or Nginx, you already know how to put the code in a webserver. Plugin Options --------------- +============== | Option | Description | |---------|---------------------| @@ -65,13 +65,13 @@ Plugin Options | helpHandler| Called for each ime option in the menu, default value: null| Browser extensions ------------------- +================== This input tool is also available as Firefox and Chrome extensions. * [Firefox extension](https://addons.mozilla.org/en-US/firefox/addon/wikimedia-input-tools/) * [Chrome extension](https://chrome.google.com/webstore/detail/wikimedia-input-tools/fjnfifedbeeeibikgpggddmfbaeccaoh) For Developers --------------- +============== Read [rules/README.md](https://github.com/wikimedia/jquery.ime/tree/master/rules) to learn how to write an input method for a language. @@ -85,6 +85,6 @@ Read the technical specification of the project from Do watch the code walkthrough by Chris Forno: http://www.youtube.com/watch?v=LPec-KIBVeI License -------- +======= This project is dual licensed with GPLv2+ and MIT license. See the license files in the source code for more details.