serial-task 1.0.0 → 1.0.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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ console.log(result.results); // [6, 12, 11]
|
|
|
44
44
|
The following diagram shows how functions are called in each iteration of the loop:
|
|
45
45
|
|
|
46
46
|
<div style="text-align: center">
|
|
47
|
-
<img src="https://raw.githubusercontent.com/baendlorel/serial-task/main/assets/flow.svg" alt="Execution Flow" width="
|
|
47
|
+
<img src="https://raw.githubusercontent.com/baendlorel/serial-task/main/assets/flow.svg" alt="Execution Flow" width="80%" style="margin-left:10%; border:4px dashed #eee;border-radius:20px"/>
|
|
48
48
|
</div>
|
|
49
49
|
|
|
50
50
|
## 📖 API Reference
|