Skip to content

Commit

Permalink
#2 readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jul 7, 2017
1 parent 6960f05 commit b56b7a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* [Ignoring Errors](#usage-ignoring-errors)
* [Platform Override](#usage-platform-override)
* [Environment Variables](#usage-env)
* [Continues Integration](#usage-ci)
* [Continuous Integration](#usage-ci)
* [Predefined Flows](#usage-predefined-flows)
* [Cli Options](#usage-cli)
* [Makefile Definition](#descriptor-definition)
Expand Down Expand Up @@ -434,7 +434,7 @@ In addition, cargo-make will also add few environment variables that can be help
* **CARGO_MAKE_CRATE_REPOSITORY** - Holds the crate repository link from the Cargo.toml file found in the cwd (only if file exists and value is defined).

<a name="usage-ci"></a>
### Continues Integration
### Continuous Integration
cargo-make comes with a predefined flow for continues integration build executed by internal or online services such as travis-ci and appveyor.<br>
For travis-ci, simple change the script to invoke the cargo-make installation and invocation as follows:

Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ In addition, cargo-make will also add few environment variables that can be help
* **CARGO_MAKE_CRATE_REPOSITORY** - Holds the crate repository link from the Cargo.toml file found in the cwd (only if file exists and value is defined).

<a name="usage-ci"></a>
### Continues Integration
### Continuous Integration
cargo-make comes with a predefined flow for continues integration build executed by internal or online services such as travis-ci and appveyor.<br>
For travis-ci, simple change the script to invoke the cargo-make installation and invocation as follows:

Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/nav.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* [Ignoring Errors](#usage-ignoring-errors)
* [Platform Override](#usage-platform-override)
* [Environment Variables](#usage-env)
* [Continues Integration](#usage-ci)
* [Continuous Integration](#usage-ci)
* [Predefined Flows](#usage-predefined-flows)
* [Cli Options](#usage-cli)
* [Makefile Definition](#descriptor-definition)
Expand Down

0 comments on commit b56b7a5

Please sign in to comment.