@birdie-so/snippet 1.0.0 → 1.0.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -85,7 +85,7 @@ Is now handled via code with `initBirdie()`.
85
85
  ### Get Birdie instance later
86
86
 
87
87
  ```js
88
- import { getBirdieInstance } from "birdie-snippet";
88
+ import { getBirdieInstance } from "@birdie-so/snippet";
89
89
 
90
90
  getBirdieInstance((birdie) => {
91
91
  birdie.on("start", () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@birdie-so/snippet",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Helper for integrating the Birdie screen recording snippet into modern JavaScript apps. Requires a Birdie account.",
5
5
  "main": "src/index.js",
6
6
  "exports": {