Skip to content

Commit 7947f75

Browse files
Fix more shepherd pro references
1 parent fe6fe78 commit 7947f75

2 files changed

Lines changed: 15 additions & 9 deletions

File tree

packages/react/README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# react
22

3-
[![NPM](https://img.shields.io/npm/v/@shepherdpro/react.svg)](https://www.npmjs.com/package/@shepherdpro/react)
3+
[![NPM](https://img.shields.io/npm/v/react-shepherd.svg)](https://www.npmjs.com/package/react-shepherd)
44

5-
This is a React wrapper for the [Shepherd](https://github.com/@shepherdpro/react) tour library.
6-
It's mainly a wrapper around the Shepherd library that exposes the tour object and methods to the context object
7-
that can be passed into props for dynamic interactivity.
5+
This is a React wrapper for the
6+
[Shepherd](https://github.com/shipshapecode/shepherd) tour library. It's mainly
7+
a wrapper around the Shepherd library that exposes the tour object and methods
8+
to the context object that can be passed into props for dynamic interactivity.
89

910
## Install
1011

@@ -59,14 +60,19 @@ export default function App() {
5960

6061
## Configuration
6162

62-
The following configuration options for a tour can be set on the `useShepherd` hook to control the way that Shepherd is used. This is simply a POJO passed to Shepherd to use the options noted in the Shepherd Tour [options](https://docs.shepherdjs.dev/api/tour/classes/tour/).
63+
The following configuration options for a tour can be set on the `useShepherd`
64+
hook to control the way that Shepherd is used. This is simply a POJO passed to
65+
Shepherd to use the options noted in the Shepherd Tour
66+
[options](https://docs.shepherdjs.dev/api/tour/classes/tour/).
6367

6468
## License
6569

66-
`react-shepherd` is licensed under **AGPL-3.0** (for open source and non-commercial use) with a **Commercial License** available for commercial use.
70+
`react-shepherd` is licensed under **AGPL-3.0** (for open source and
71+
non-commercial use) with a **Commercial License** available for commercial use.
6772

6873
- **Free** for open source and non-commercial projects under AGPL-3.0
69-
- **Commercial license required** for commercial products and revenue-generating companies
74+
- **Commercial license required** for commercial products and revenue-generating
75+
companies
7076

7177
📄 [Read License Details](../../LICENSE.md)
7278
💳 [Purchase Commercial License](https://shepherdjs.dev/pricing)

packages/react/vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ export default defineConfig({
77
build: {
88
lib: {
99
entry: resolve(__dirname, 'src/index.tsx'),
10-
name: 'ShepherdProReact',
10+
name: 'ReactShepherd',
1111
fileName: 'index'
1212
},
1313
rollupOptions: {
1414
external: ['react', 'react-dom'],
1515
output: {
1616
globals: {
17-
vue: 'React'
17+
react: 'React'
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)