Skip to content

Commit f95f21f

Browse files
committed
site tweaks
1 parent 1daab08 commit f95f21f

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@ To get a development environment working, run the following:
5656

5757
```bash
5858
$ yarn install
59-
$ yarn link
6059
$ cd example
6160
$ yarn install
62-
$ yarn link react-fluid-table
6361
```
6462

6563
**Usage**
@@ -69,7 +67,7 @@ $ yarn link react-fluid-table
6967
$ yarn start
7068
# in a separate terminal window/tab
7169
$ cd example
72-
$ yarn start
70+
$ yarn dev
7371
```
7472

7573
## License

example/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
65
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
6+
<title>react-fluid-table</title>
87
</head>
98
<body>
109
<div id="root"></div>

example/public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)