@drone1/alt 1.0.2 → 1.0.4
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 +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,10 +32,11 @@
|
|
|
32
32
|
* [Additional notes](#additional-notes)
|
|
33
33
|
* [Delayed vs. realtime writes](#delayed-vs-realtime-writes)
|
|
34
34
|
* [CI](#ci)
|
|
35
|
-
* [
|
|
35
|
+
* [Contributing](#contributing)
|
|
36
|
+
* [Feedback](#feedback)
|
|
36
37
|
|
|
37
38
|
<!-- Created by https://github.com/ekalinin/github-markdown-toc -->
|
|
38
|
-
<!-- Added by: jonl, at:
|
|
39
|
+
<!-- Added by: jonl, at: Fri Apr 18 07:20:52 PM CEST 2025 -->
|
|
39
40
|
|
|
40
41
|
<!--te-->
|
|
41
42
|
|
|
@@ -315,5 +316,8 @@ If you prefer to write updates to disk in real-time (anytime any output data cha
|
|
|
315
316
|
### CI
|
|
316
317
|
You may want to use `--tty` for more useful output.
|
|
317
318
|
|
|
318
|
-
##
|
|
319
|
+
## Contributing
|
|
319
320
|
Feel free to fix existing issues and submit a PR, or submit a new issue.
|
|
321
|
+
|
|
322
|
+
## Feedback
|
|
323
|
+
Feedback is more than welcome. Please feel free to create an issue.
|