From 740c41e51c16e6347af301adeb6d0da1db048da2 Mon Sep 17 00:00:00 2001 From: Shane Barratt Date: Tue, 23 Apr 2019 13:28:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52e97c0..7a5a402 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `diffcp` is a Python package for computing the derivative of a convex cone program, with respect to its problem data. The derivative is implemented as an abstract linear map, with methods for its forward application and its adjoint. -The implementation is based on the calculations in our paper [Differentiating through a Cone Program](http://web.stanford.edu/~boyd/papers/diff_cone_prog.html). +The implementation is based on the calculations in our paper [Differentiating through a cone program](http://web.stanford.edu/~boyd/papers/diff_cone_prog.html). ### Installation `diffcp` is available on Pip.