diff options
| author | DiligentGraphics <admin@diligentgraphics.com> | 2019-11-13 01:42:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-13 01:42:56 +0000 |
| commit | ba8bc288a141a8149e8d2d23217327d210ab7bdc (patch) | |
| tree | a9c29ad3776b70ba4f14161c0636a7d2b6699f62 | |
| parent | Updated samples and readme (diff) | |
| parent | Fix Typo (diff) | |
| download | DiligentEngine-ba8bc288a141a8149e8d2d23217327d210ab7bdc.tar.gz DiligentEngine-ba8bc288a141a8149e8d2d23217327d210ab7bdc.zip | |
Merge pull request #66 from beeryt/master
Fix Typo
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,7 +60,7 @@ It is distributed under [Apache 2.0 license](License.txt) and is free to use. # Table of Contents -- [Clonning the Repository](#clonning) +- [Cloning the Repository](#cloning) - [Repository Structure](#repository_structure) - [Build and Run Instructions](#build_and_run) - [Win32](#build_and_run_win32) @@ -82,7 +82,7 @@ It is distributed under [Apache 2.0 license](License.txt) and is free to use. - [References](#references) - [Release History](#release_history) -<a name="clonning"></a> +<a name="cloning"></a> # Cloning the Repository This is the master repository that contains four [submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules). To get the repository and all submodules, use the following command: |
