Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 4525e2e

Browse files
committed
[FIX] Remove pep from readme
1 parent 54b774c commit 4525e2e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ bower install myscript-text-web
6262

6363
1. Create an `index.html` file in the same directory.
6464

65-
2. Add the following lines in the `head` section to import the library, the webcomponents polyfill and PEP. We use [PEP](https://github.com/jquery/PEP) to ensure better browsers compatibilities.
65+
2. Add the following lines in the `head` section to import the library and the webcomponents polyfill.
6666
```html
6767
<link rel="import" href="bower_components/myscript-text-web/myscript-text-web.html">
6868
<script src="bower_components/webcomponentsjs/webcomponents-loader.js"></script>
69-
<script src="https://code.jquery.com/pep/0.4.3/pep.js"></script>
7069
```
7170

7271
3. Still in the `head` section, add the following style:
@@ -92,7 +91,6 @@ bower install myscript-text-web
9291
<head>
9392
<link rel="import" href="bower_components/myscript-text-web/myscript-text-web.html">
9493
<script src="bower_components/webcomponentsjs/webcomponents-loader.js"></script>
95-
<script src="https://code.jquery.com/pep/0.4.3/pep.js"></script>
9694
<style>
9795
myscript-text-web {
9896
height: 100%;

0 commit comments

Comments
 (0)