From d0daa8d5ac1581e3cf085a641653230687ef1ea5 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Sun, 13 Jan 2019 11:08:56 -0600 Subject: [PATCH] README.md:fix typo under directory structure section [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4b95738e..5b2808170 100644 --- a/README.md +++ b/README.md @@ -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)