Skip to content

Commit

Permalink
Slight readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Dec 7, 2023
1 parent 84afc0a commit 17a614d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
File renamed without changes.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Before you start using Fuse.js, you need to have:

\*_Note that a Fuse.js data layer can also be developed and deployed outside of Next.js. However, our current focus is on making the experience with Next.js great, so expect rough edges elsewhere._

## Setting up your Fuse data layer
## Setting up your Fuse.js data layer

When you are in your Next.JS app run the following command, this will
install all the packages and generate the files you need.
Expand Down Expand Up @@ -48,3 +48,9 @@ export default async function Page() {
return <p>Welcome {result.data?.user?.name}</p>
}
```

# License

Licensed under the MIT License, Copyright © 2023-present Stellate, Inc.

See LICENSE for more information.
8 changes: 7 additions & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Before you start using Fuse.js, you need to have:

\*_Note that a Fuse.js data layer can also be developed and deployed outside of Next.js. However, our current focus is on making the experience with Next.js great, so expect rough edges elsewhere._

## Setting up your Fuse data layer
## Setting up your Fuse.js data layer

When you are in your Next.JS app run the following command, this will
install all the packages and generate the files you need.
Expand Down Expand Up @@ -48,3 +48,9 @@ export default async function Page() {
return <p>Welcome {result.data?.user?.name}</p>
}
```

# License

Licensed under the MIT License, Copyright © 2023-present Stellate, Inc.

See LICENSE for more information.

1 comment on commit 17a614d

@vercel
Copy link

@vercel vercel bot commented on 17a614d Dec 7, 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:

spacex-fuse – ./examples/spacex

spacex-fuse-git-main-stellate.vercel.app
spacex-fuse-stellate.vercel.app
spacex-fuse.vercel.app

Please sign in to comment.