Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench authored Oct 30, 2023
1 parent 56f0284 commit ac6010f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/docs/creators/python/guides/service-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In the Golem service model, the Requestor Agent application specifies the servic

## Service lifecycle

Golem service follows a certain sequence of states:
Golem services follows a certain sequence of states:

![Service State Diagram](/Service-State-Diagram.png)

Expand Down Expand Up @@ -51,7 +51,7 @@ class SimpleService(Service):
...
```

An HL API library controls all aspects of the acquisition of suitable Providers, negotiations, and instantiation of Activities. The app needs to indicate the actions to be executed in subsequent "active" states of the Service's lifecycle.
A HL API library controls all aspects of the acquisition of suitable Providers, negotiations, and instantiation of Activities. The app needs to indicate the actions to be executed in subsequent "active" states of the Service's lifecycle.

### Define Starting logic

Expand Down

0 comments on commit ac6010f

Please sign in to comment.