Skip to content

Commit

Permalink
docs: replace instance of 'react' in useSiteSearch README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiewarb authored and matjack1 committed Mar 27, 2023
1 parent e82e584 commit f862ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/composables/useSiteSearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm install --save vue-datocms @datocms/cma-client-browser
Import `useSiteSearch` from `vue-datocms` and use it inside your components like this:

```js
import { useSiteSearch } from 'react-datocms';
import { useSiteSearch } from 'vue-datocms';
import { buildClient } from '@datocms/cma-client-browser';

const client = buildClient({ apiToken: 'YOUR_API_TOKEN' });
Expand Down Expand Up @@ -100,4 +100,4 @@ type HighlightPiece = {
## Complete example
See the site-search [`App.vue`](/examples/site-search/src/App.vue) for a usage example.
See the site-search [`App.vue`](/examples/site-search/src/App.vue) for a usage example.

4 comments on commit f862ebc

@vercel
Copy link

@vercel vercel bot commented on f862ebc Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-datocms-vue-cli-babel-javascript-vue2-example – ./examples/vue-cli-babel-javascript-vue2

vue-datocms-vue-cli-babel-javascript-vue2-example.vercel.app
vue-datocms-vue-cli-babel-javascript-vue2-ex-git-00872c-datocms.vercel.app
vue-datocms-vue-cli-babel-javascript-vue2-example-datocms.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f862ebc Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-datocms-vite-typescript-vue3-example – ./examples/vite-typescript-vue3

vue-datocms-vite-typescript-vue3-example-datocms.vercel.app
vue-datocms-vite-typescript-vue3-example.vercel.app
vue-datocms-vite-typescript-vue3-example-git-master-datocms.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f862ebc Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-datocms-query-subscription-example – ./examples/query-subscription

vue-datocms-query-subscription-example-datocms.vercel.app
vue-datocms-query-subscription-example-git-master-datocms.vercel.app
vue-datocms-query-subscription-example.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f862ebc Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-datocms-site-search-example – ./examples/site-search

vue-datocms-site-search-example-git-master-datocms.vercel.app
vue-datocms-site-search-example-datocms.vercel.app
vue-datocms-site-search-example.vercel.app

Please sign in to comment.