Skip to content

Commit

Permalink
fix capitalization nit
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed May 24, 2024
1 parent acd10d3 commit 79897dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/my_first_app/chapter_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@ Here, the `publisher` is some default value, but for a real package, this field
The `publisher` can also be set with a `kit new --publisher` flag.
The rest of these fields are not required for development, but become important when publishing a package with the [`app_store`](https://github.com/kinode-dao/kinode/tree/main/kinode/packages/app_store).

As an aside: each process has a unique `processId`, used to address messages to that process, that looks like
As an aside: each process has a unique `ProcessId`, used to address messages to that process, that looks like

```
<process_name>:<package_name>:<publisher>
```

You can read more about `processId`s [here](../process/processes.md#overview).
You can read more about `ProcessId`s [here](../process/processes.md#overview).

## Building the Package

Expand Down

0 comments on commit 79897dd

Please sign in to comment.