Updated readme

This commit is contained in:
Luke Hagar
2024-02-20 14:55:26 -06:00
parent c86fff4a72
commit df6aa2289a
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"adapter-appwrite": patch
---
Updated readme

View File

@@ -4,6 +4,8 @@
This is a SvelteKit adapter to compile SvleteKit apps to run as Appwrite functions.
When configuring your Appwrite function you will specify the entry point as `build/entry.js`.
Below is an example of how to use this adapter in your SvelteKit project.
```js