Skip to content

Commit

Permalink
Update README.md spelling of endpoint (#321)
Browse files Browse the repository at this point in the history
Fixing a typo.
  • Loading branch information
daidoji authored Nov 14, 2024
1 parent 3a3966e commit e5eb52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Here we detail the components of a single KERIA instance. This architecture prot
### Message Router
The Message Router receives external KERI protocol messages. These are KERI protocol messages for instance coordinating multi-sig, revoking credentials, etc. It routes these messages to the appropriate Agent(s). For instance a multisig message requires asynchronous waiting (for signature responses from other participants) and the message router would route those incoming KERI protocol responses to the appropriate agents.
From Signify client calls, this service endpoint corresponds to the *http port* (default is 3902).
This enpoint allows all KERI clients (not just Signify) to interact in a seamless way.
This endpoint allows all KERI clients (not just Signify) to interact in a seamless way.

### The Agency
The Agency receives API requests (/boot requests) to provision agents. It is the central repository for initializing agents.
Expand Down Expand Up @@ -98,4 +98,4 @@ Select Apply & Restart.
```shell
make build-keri
make publish-keri
```
```

0 comments on commit e5eb52c

Please sign in to comment.