From e765181c8de09d9f21569e305c81e4f423f53a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=A9trailler?= Date: Fri, 6 Oct 2017 18:30:49 +0200 Subject: [PATCH 1/2] Remove trailing slashes. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86192ab..c90d6f6 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,17 @@ Getting Started ================ If you're using Ceedling, there is no need to install CMock. It will handle it for you. -For everyone else, the simplest way is to grab it off github. You can also download it +For everyone else, the simplest way is to grab it off github. You can also download it as a zip if you prefer. The Github method looks something like this: > git clone --recursive https://github.com/throwtheswitch/cmock.git > cd cmock > bundle install # Ensures you have all RubyGems needed - + If you plan to help with the development of CMock (or just want to verify that it can perform its self tests on your system) then you can enter the test directory and then ask it to test: - + > rake # Run all CMock self tests API Documentation From 4df347bf17588a72ad001bf7eeff16e501f786b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=A9trailler?= Date: Fri, 6 Oct 2017 18:35:24 +0200 Subject: [PATCH 2/2] Fixed 404 link in documentation. --- docs/CMock_Summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CMock_Summary.md b/docs/CMock_Summary.md index 75e3921..87f9c00 100644 --- a/docs/CMock_Summary.md +++ b/docs/CMock_Summary.md @@ -597,7 +597,7 @@ Examples You can look in the [examples directory](/examples/) for a couple of examples on how you might tool CMock into your build process. You may also want to consider -using [Ceedling](https://throwtheswitch.org/Ceedling). Please note that +using [Ceedling](https://throwtheswitch.org/ceedling). Please note that these examples are meant to show how the build process works. They have failing tests ON PURPOSE to show what that would look like. Don't be alarmed. ;)