Skip to content

Commit 6594a78

Browse files
committed
Reorder docs section
1 parent e26a25b commit 6594a78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ See also:
1010

1111
On Go support: the current version of the library requires **Go 1.18** or later. There is a version that doesn't require generics and relies more on `interface{}` instead, but I think the improved type safety is worth not supporting a version of Go before 1.18 for now.
1212

13+
## Docs
14+
15+
See http://cschleiden.github.io/go-workflows for the current version of the documentation.
16+
1317
## Simple example
1418

1519
### Workflow
@@ -103,8 +107,4 @@ func main() {
103107
signal.Notify(c2, os.Interrupt)
104108
<-c2
105109
}
106-
```
107-
108-
## Docs
109-
110-
See http://cschleiden.github.io/go-workflows for the current version of the documentation.
110+
```

0 commit comments

Comments
 (0)