few-ticket-widget 1.0.6 → 1.0.7
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ yarn add few-ticket-widget
|
|
|
37
37
|
## ⚛️ React Usage
|
|
38
38
|
|
|
39
39
|
```jsx
|
|
40
|
-
import TicketWidget from 'ticket-widget';
|
|
40
|
+
import TicketWidget from 'few-ticket-widget';
|
|
41
41
|
|
|
42
42
|
function App() {
|
|
43
43
|
return (
|
|
@@ -100,7 +100,7 @@ This package ships with built-in TypeScript definitions.
|
|
|
100
100
|
### React (TypeScript)
|
|
101
101
|
|
|
102
102
|
```tsx
|
|
103
|
-
import TicketWidget from 'ticket-widget';
|
|
103
|
+
import TicketWidget from 'few-ticket-widget';
|
|
104
104
|
|
|
105
105
|
<TicketWidget eventSlug="my-event" theme="dark" />;
|
|
106
106
|
```
|