honeyhive 0.3.5 → 0.3.6

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,13 +12,13 @@
12
12
  ### NPM
13
13
 
14
14
  ```bash
15
- npm add https://github.com/speakeasy-sdks/honeyhive
15
+ npm add honeyhive
16
16
  ```
17
17
 
18
18
  ### Yarn
19
19
 
20
20
  ```bash
21
- yarn add https://github.com/speakeasy-sdks/honeyhive
21
+ yarn add honeyhive
22
22
  ```
23
23
  <!-- End SDK Installation -->
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "honeyhive",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "author": "HoneyHive",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build",