Fix ASCII snake

pull/1/head
Bram van den Heuvel 2023-03-14 15:51:40 +01:00
parent 10903b0e05
commit 840b30e6f3
1 changed files with 6 additions and 6 deletions

View File

@ -14,12 +14,12 @@ submodule, this can lead to indentation hell.
This module aims to allow for simple task chaining without adding too much complexity
if you wish to pass on values.
The model is like a snake: \_\_\_\_\_
/ o \\
/-|------------ | ------- | ------------- | -------- | |//
< | accessToken | baseUrl | transactionId | API call | |------< Final API call
-|------------ | ------- | ------------- | -------- | |//\\
-----/
The model is like a snake: _____
/ o \
/-|------------ | ------- | ------------- | -------- | |\/\/
< | accessToken | baseUrl | transactionId | API call | |------< Final API call
\-|------------ | ------- | ------------- | -------- | |/\/\
\-----/
(You're not allowed to judge my ASCII art skills unless you submit a PR with a
superior ASCII snake model.)