Skip to content

Commit

Permalink
reccommended (#4)
Browse files Browse the repository at this point in the history
recommended
  • Loading branch information
ThisCatLikesCrypto authored May 17, 2024
1 parent 6f38801 commit 7b9a0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/learn/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ First install dreamland (`npm install dreamland`), then add this to the compiler

In the entry point of the app, add the line `import "dreamland/dev"` into at least one file to bundle dreamland with the rest of the code. Now you can use dreamland with tsx syntax.

In production, you can use `import "dreamland"` instead of `import "dreamland/dev"` to use the production build, or (reccommended) vendor in a custom build.
In production, you can use `import "dreamland"` instead of `import "dreamland/dev"` to use the production build, or (recommended) vendor in a custom build.

```tsx
// typescript syntax for defining components
Expand Down

0 comments on commit 7b9a0e7

Please sign in to comment.