hyperterse 1.0.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-

|
|
3
|
+
[](https://docs.hyperterse.com)
|
|
4
4
|
|
|
5
5
|
# Hyperterse
|
|
6
6
|
|
|
@@ -107,6 +107,8 @@ For more installation options, see the [installation guide](https://docs.hyperte
|
|
|
107
107
|
Create a configuration file:
|
|
108
108
|
|
|
109
109
|
```yaml
|
|
110
|
+
name: my-api
|
|
111
|
+
|
|
110
112
|
adapters:
|
|
111
113
|
my_database:
|
|
112
114
|
connector: postgres
|