Skip to content

Commit 1e2b483

Browse files
committed
Merge branch 'master' of https://github.com/lsegurado/js-framework-benchmark into lsegurado-master
2 parents 77e120f + 80ed420 commit 1e2b483

File tree

7 files changed

+7496
-1
lines changed

7 files changed

+7496
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ cd ..
173173
cd webdriver-ts
174174
```
175175

176-
In the webdriver-ts directory issue the follwing command:
176+
In the webdriver-ts directory issue the following command:
177177
```
178178
npm run results
179179
```
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>LS_Element</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet" />
7+
</head>
8+
<body>
9+
<main-element></main-element>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)