Skip to content

Commit 1ef3d96

Browse files
t089adam-fowlerFranzBusch
authored
Fixup in README.md (#133)
* Fixup in README.md I think there is a protocol conformance missing in the example. * Update README.md Co-authored-by: Adam Fowler <[email protected]> --------- Co-authored-by: Adam Fowler <[email protected]> Co-authored-by: Franz Busch <[email protected]>
1 parent af0f9f5 commit 1ef3d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Furthermore, the group will setup signal listeners for the configured signals an
4040
on each service.
4141

4242
```swift
43-
actor FooService {
43+
actor FooService: Service {
4444
func run() async throws {
4545
print("FooService starting")
4646
try await Task.sleep(for: .seconds(10))

0 commit comments

Comments
 (0)