Skip to content

Commit

Permalink
Merge pull request #204 from jurij-jukic/section-5
Browse files Browse the repository at this point in the history
forgot to commit good changes
  • Loading branch information
jurij-jukic authored May 23, 2024
2 parents b807bb8 + 0adfad3 commit 6923c21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion src/my_first_app/chapter_3.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Messaging with Larger Data Types
# Messaging with More Complex Data Types

In this section, you will upgrade your app so that it can handle messages with more elaborate data types such as `enum`s and `struct`s.
Additionally, you will learn how to handle processes completing or crashing.
Expand Down

0 comments on commit 6923c21

Please sign in to comment.