docs: remove unnecessary text in READMEs

This commit is contained in:
Ali BARIN
2022-10-08 12:53:44 +02:00
parent c9061b24a0
commit 7f7ec6c115
3 changed files with 0 additions and 22 deletions

View File

@@ -2,11 +2,3 @@
The open source Zapier alternative. Build workflow automation without spending
time and money.
## Usage
```
const backend = require('backend');
// TODO: DEMONSTRATE API
```

View File

@@ -2,9 +2,3 @@
The open source Zapier alternative. Build workflow automation without spending
time and money.
## Usage
```
// TODO: DEMONSTRATE API
```

View File

@@ -2,11 +2,3 @@
The open source Zapier alternative. Build workflow automation without spending
time and money.
## Usage
```
const types = require('@automatisch/types');
// TODO: DEMONSTRATE API
```