Skip to content

Commit 83e61a1

Browse files
authored
Update README.md
1 parent 839529c commit 83e61a1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,19 @@ Code Related to Word Done On PLT
55
- A library created to overcome the problem of excessive delay in rendering of the page on the frontend due to some blocking resource or code.
66
- Triggers a custom page with message for users seeing a blank screen for a long time this may result in frustation for the user.
77
- It is like the No Network Chrome Dinosaur which informs the user that something is wrong and to have patience.
8+
9+
Installation:
10+
Git:
11+
- clone the repo and use the timout.js library by placing it inyour static folder in your code base
12+
Bower:
13+
- Prerequisites:
14+
- Bower installed in your system
15+
In case, bower is not installed use the below command
16+
<code>npm install -g bower</code>
17+
18+
- Install Library
19+
- After bower is installed use following command
20+
<code>bower install plt-timeout</code>
21+
22+
- Use the library
23+
- Use the timout.js from bower_component folder

0 commit comments

Comments
 (0)