Skip to content

Commit

Permalink
Fixed small typo in README files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruud Schroen committed Jun 21, 2018
1 parent c7eaeec commit fb7495e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ project
## Skip prompts
To skip the prompts, provide the necessary flags. For example:
```bash
nxstart -n "My new project" -a "John Doe" cpp --clion
nxstart -n "My new project" -a "John Doe" libnx --clion
```

Or if you don't use CLion:
```bash
nxstart -n "My new project" -a "John Doe" cpp --no-clion
nxstart -n "My new project" -a "John Doe" libnx --no-clion
```

4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ To skip the prompts, provide the necessary flags. For example:
.. code-block:: bash
$ nxstart -n "My new project" -a "John Doe" cpp --clion
$ nxstart -n "My new project" -a "John Doe" libnx --clion
Or if you don't use CLion:
.. code-block:: bash
$ nxstart -n "My new project" -a "John Doe" cpp --no-clion
$ nxstart -n "My new project" -a "John Doe" libnx --no-clion

0 comments on commit fb7495e

Please sign in to comment.