Skip to content

Commit d30a159

Browse files
committed
fix links, capitalize Armadillo
1 parent 7b196c7 commit d30a159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RcppEnsmallen
22

3-
[![Build Status](https://travis-ci.org/coatless/RcppEnsmallen.svg)](https://travis-ci.org/coatless/RcppEnsmallen)
3+
[![Build Status](https://travis-ci.org/coatless/rcppensmallen.svg)](https://travis-ci.org/coatless/rcppensmallen)
44
[![License](https://eddelbuettel.github.io/badges/GPL2+.svg)](https://www.gnu.org/licenses/gpl-2.0.html)
55
[![CRAN](https://www.r-pkg.org/badges/version/RcppEnsmallen)](https://cran.r-project.org/package=RcppEnsmallen)
66
[![Downloads](https://cranlogs.r-pkg.org/badges/RcppEnsmallen?color=brightgreen)](https://www.r-pkg.org/pkg/RcppEnsmallen)
@@ -17,7 +17,7 @@ gradient-free optimizers, and constrained optimization.
1717

1818
The RcppEnsmallen package includes the header files from the Ensmallen library
1919
and pairs the appropriate header files from
20-
[armadillo](http://arma.sourceforge.net/) through the
20+
[Armadillo](http://arma.sourceforge.net/) through the
2121
[RcppArmadillo](https://cran.r-project.org/package=RcppArmadillo) package.
2222
Therefore, users do not need to install Ensmallen nor Armadillo to use RcppEnsmallen.
2323

0 commit comments

Comments
 (0)