Skip to content

Commit

Permalink
Give space to sides
Browse files Browse the repository at this point in the history
  • Loading branch information
evolutics committed Sep 30, 2023
1 parent d5989e0 commit e5fb094
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ the old container is stopped _before_ a new container is started
(**`stop-first`** case):

```
old container stop
old container stop
------------------------------|
start new container
start new container
|-----------------------------
```

Expand All @@ -25,9 +25,9 @@ Imagine that we could make the container lifetimes overlap instead
(**`start-first`** case):

```
old container stop
old container stop
--------------------------------------------------|
start new container
start new container
|-------------------------------------------------
```

Expand Down

0 comments on commit e5fb094

Please sign in to comment.