diff --git a/package.json b/package.json index 48659c860..b7f8eba75 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.772.0", - "serverlesswp": "^0.3.1", + "serverlesswp": "^0.3.2", "sqlite3": "^5.1.7" }, "engines": { diff --git a/readme.md b/readme.md index 537fea577..2c8626124 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # WordPress on Vercel, Netlify, or AWS WordPress hosting is ridiculously wasteful of time and resouces. Host WordPress on Vercel, Netlify, or AWS Lambda serverless functions with ServerlessWP. -Don't want to run a database server? ServerlessWP supports SQLite+S3 as a low maintenance alternative. +Don't want to run a database server? ServerlessWP experimentally supports SQLite+S3 as a low maintenance alternative. Stay up-to-date at the ServerlessWP repository: [mitchmac/serverlesswp](https://github.com/mitchmac/serverlesswp)