Skip to content

Commit e2ab9be

Browse files
committed
doc
1 parent 096c09b commit e2ab9be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Do this instead:
7878
).provideLayer(UUIDGenerator.live)
7979
```
8080

81-
The best way to inject a `UUIDGenerator` or a `TypeIDGenerator` instance is to inject its `live` layer in the boot sequence of your program
82-
so that the same instance is reused everywhere in your program and you don't risk any issue.
81+
**The best way to inject a `UUIDGenerator` or a `TypeIDGenerator` instance is to inject its `live` layer in the boot sequence of your program
82+
so that the same instance is reused everywhere in your program and you don't risk any issue.**
8383

8484
## Documentation
8585

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ Do this instead:
7878
).provideLayer(UUIDGenerator.live)
7979
```
8080

81-
The best way to inject a `UUIDGenerator` or a `TypeIDGenerator` instance is to inject its `live` layer in the boot sequence of your program
82-
so that the same instance is reused everywhere in your program and you don't risk any issue.
81+
**The best way to inject a `UUIDGenerator` or a `TypeIDGenerator` instance is to inject its `live` layer in the boot sequence of your program
82+
so that the same instance is reused everywhere in your program and you don't risk any issue.**

0 commit comments

Comments
 (0)