Skip to content

Commit

Permalink
Update README.md (#396)
Browse files Browse the repository at this point in the history
capablity -> capability
imort -> import
  • Loading branch information
eltociear committed Jun 19, 2024
1 parent 9b2ac54 commit 6903ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ app.get("/hello", async (c)=>{
app.fire();
```
8. Now since javy doesn't have capablity to require or imort module . So we will bundle the index.js with esbuild.
8. Now since javy doesn't have capability to require or import module . So we will bundle the index.js with esbuild.
9. To do so , install esbuild as developer dependency
```
npm install esbuild --save-dev
Expand Down

0 comments on commit 6903ea0

Please sign in to comment.