@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.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. 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
- "Please follow the instructions at
45
- vesper.tenstorrent.com/agent-install.md
46
- to setup Vesper"
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
- You can install the `@tenstorrent/vesper` package from the npm registry using your package manager of choice:
70
+ Install Vesper with your package manager of choice:
69
71
 
70
72
  ```sh
71
73
  yarn add @tenstorrent/vesper
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tenstorrent/vesper",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "React component library for the Vesper design system",
5
5
  "license": "MIT",
6
6
  "repository": {