Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(hello.md): Update Hello Tutorial #2248

Merged
merged 2 commits into from
Apr 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/hello.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Make the required changes to the `x/hello/module.go` file.
}
```

5. Now you're ready to start your blockchain:
5. Now you're ready to start your blockchain (You can skip this step if you already have your blockchain running):

```go
starport chain serve
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
5. Now you're ready to start your blockchain (You can skip this step if you already have your blockchain running):
```go
starport chain serve

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ChrisValle great catch! I like this thorough approach. Let's just delete this step altogether since the chain is already running

go Chris go!!

Expand Down