Skip to content

Commit 06f3302

Browse files
committed
Move the state machine diagram to a separate docs/internals.md Markdown file
1 parent a82dede commit 06f3302

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,4 @@ julia> Pkg.Registry.update()
6666

6767
## Implementation
6868

69-
Authentication is implemented with the following state machine:
70-
71-
![State machine](assets/structure.png)
69+
For implementation details, please see [`docs/internals.md`](docs/internals.md).
File renamed without changes.

docs/internals.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Internals
2+
3+
## Implementation
4+
5+
Authentication is implemented with the following state machine:
6+
7+
![State machine](assets/structure.png)

0 commit comments

Comments
 (0)