Skip to content

Commit 431d0c5

Browse files
committed
Updated templates
1 parent 758be2b commit 431d0c5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
![License](https://img.shields.io/github/license/appwrite/sdk-for-node.svg?v=1)
44
![Version](https://img.shields.io/badge/api%20version-0.5.3-blue.svg?v=1)
55

6-
Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)
6+
Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way.
7+
Use the Node.js SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools.
8+
For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)
79

810

911

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "node-appwrite",
33
"homepage": "https://appwrite.io/support",
4-
"description": "Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)",
4+
"description": "Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way.
5+
Use the Node.js SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools.
6+
For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)",
57
"version": "1.0.32",
68
"license": "BSD-3-Clause",
79
"main": "index.js",

0 commit comments

Comments
 (0)