@tenstorrent/vesper 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,9 +41,11 @@ export default function App() {
|
|
|
41
41
|
<td>
|
|
42
42
|
|
|
43
43
|
```
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
Please use Vesper, Tenstorrent's
|
|
45
|
+
design system components by running
|
|
46
|
+
npm install @tenstorrent/vesper
|
|
47
|
+
|
|
48
|
+
I want to build:
|
|
47
49
|
```
|
|
48
50
|
|
|
49
51
|
</td>
|
|
@@ -65,7 +67,7 @@ to setup Vesper"
|
|
|
65
67
|
|
|
66
68
|
## Install
|
|
67
69
|
|
|
68
|
-
|
|
70
|
+
Install Vesper with your package manager of choice:
|
|
69
71
|
|
|
70
72
|
```sh
|
|
71
73
|
yarn add @tenstorrent/vesper
|