diff options
| author | s1n <[email protected]> | 2020-02-27 13:25:56 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-27 13:25:56 -0800 |
| commit | 05810089c1b6fff03e348ce37c817cc18f072a0e (patch) | |
| tree | 054bcc6fa8fa8b7554ab69aab75df7884907a757 /cpp-adding | |
| parent | updating tic tac toe readme (diff) | |
| download | cpp-examples-05810089c1b6fff03e348ce37c817cc18f072a0e.tar.xz cpp-examples-05810089c1b6fff03e348ce37c817cc18f072a0e.zip | |
update adding reame
Diffstat (limited to 'cpp-adding')
| -rw-r--r-- | cpp-adding/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp-adding/README.md b/cpp-adding/README.md index e549836..ccc37f9 100644 --- a/cpp-adding/README.md +++ b/cpp-adding/README.md @@ -20,7 +20,7 @@ Adding in C++. <!-- GETTING STARTED --> ## Getting Started -[Clone or download](https://github.com/8cy/cpp-adding) the project and run in your favourite choice of [IDE](https://en.wikipedia.org/wiki/IDE) or [Text Editor](https://en.wikipedia.org/wiki/Text_editor) with a Code Runner. +[Clone or download](https://github.com/8cy/cpp-examples/cpp-adding) the project and run in your favourite choice of [IDE](https://en.wikipedia.org/wiki/IDE) or [Text Editor](https://en.wikipedia.org/wiki/Text_editor) with a Code Runner. > *[Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) by [Jun Han](https://marketplace.visualstudio.com/publishers/formulahendry) on the [VSCode Marketplace](https://marketplace.visualstudio.com/) is my Code Runner of choice but you can feel free to use anything that works for you.* |