Skip to content

Commit

Permalink
Merge pull request #151 from Dimitrolito/fix/typos
Browse files Browse the repository at this point in the history
Fix typos in quickstart and installation documentation
  • Loading branch information
crypblizz8 authored Jan 6, 2025
2 parents 7f5f6d2 + 573a786 commit bdc06ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit bdc06ab

Please sign in to comment.