Merge pull request #4700 from andy5995/fix_typo_README

README.md:fix typo under directory structure section
This commit is contained in:
Joseph Lenox 2019-01-13 12:34:27 -06:00 committed by GitHub
commit 916c30c3d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ Sure! You can do the following to find things that are available to help with:
### Directory structure
* `package/`: the scripts used for packaging the executables
* `src/`: the C++ source of the `slic3r` executable the and CMake definition file for compiling it
* `src/`: the C++ source of the `slic3r` executable and the CMake definition file for compiling it
* `src/GUI`: The C++ GUI.
* `src/test`: New test suite for libslic3r and the GUI. Implemented with [Catch2](https://github.com/catchorg/Catch2)
* `t/`: the test suite (deprecated)