Skip to content

Commit c5ee576

Browse files
committed
Tweak assumptions wording in README.md
1 parent d0538a1 commit c5ee576

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ TODO
5252
* This service will be queried by multiple clients at once and may require some
5353
form of async concurrency in order to scale efficiently without relying too
5454
heavily on OS threads.
55-
* Containers will be referenced by their name/tag pair, as per the design
56-
document, meaning only one unique instance of this combination can be created
57-
at any given time.
58-
* Containers will not persist in between individual runs of the application.
55+
* Containers will be referenced by their name/tag pair, as per the Google Doc,
56+
meaning only one unique instance of this combination can be created at any
57+
given time.
58+
* Containers will _not_ persist in between individual runs of the application.
5959

6060
## Possible improvements
6161

0 commit comments

Comments
 (0)