From 2f1f7c81a6b16468f201e276c02e61d0589ee3b2 Mon Sep 17 00:00:00 2001 From: Jay Martin Date: Fri, 3 Mar 2017 17:41:49 -0500 Subject: [PATCH] replace word tag with element --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57bccc25..2e0f1778 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ KLIPSE is a simple client-side code evaluator pluggable on any web page. ## Plugin -The klipse plugin is a `javascript` tag (see details [below](https://github.com/viebel/klipse#integration)) that transforms static code snippets of an html page into live and interactive snippets: +The klipse plugin is a `javascript` element (see details [below](https://github.com/viebel/klipse#integration)) that transforms static code snippets of an html page into live and interactive snippets: 1. **Live**: The code is executed in your browser 2. **Interactive**: You can modify the code and it is evaluated as you type @@ -52,14 +52,14 @@ The code editing inside the interactive snippets is powered by [CodeMirror](http # Integration -In order to integrate the klipse plugin on a blog, library documentation or any other web page, add the following `javascript` tag **at the end of the page body** according to the language of the code snippets: +In order to integrate the klipse plugin on a blog, library documentation or any other web page, add the following `javascript` element **at the end of the page body** according to the language of the code snippets: **You need also to add `` at the top of your html file and `` right after your ``.** Here is an [interactive guide](https://book.klipse.tech/) of the klipse snippets. -If you want to host the javascript tag from your own server, see [host klipse locally](). +If you want to host the javascript element from your own server, see [host klipse locally](). ## javascript