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

Fix typos in quickstart and installation documentation #151

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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/_quickstart-compile-run-test.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Use the <strong>[`nada`](/nada)</strong> tool to compile, run and test the progr

1. Add your program to `nada-project.toml` config file

For the nada tool to know about our program, we need to add the following to the to the `nada-project.toml` config file.
For the nada tool to know about our program, we need to add the following to the `nada-project.toml` config file.
```bash
[[programs]]
path = "src/secret_addition.py"
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import TabItem from '@theme/TabItem';
Now that your WSL development environment is set up, you can install the Nillion SDK and Tools.

:::info
Make sure to install Nillion within **a new Ubuntu terminal.** Either open a Ubuntu terminal, or from your Windows PowerShell terminal, first run Ubuntu:
Make sure to install Nillion within **a new Ubuntu terminal.** Either open an Ubuntu terminal, or from your Windows PowerShell terminal, first run Ubuntu:

```
ubuntu
Expand Down