Skip to content

Commit c823390

Browse files
authored
Merge pull request #159 from alemelis/master
Fix link in README
2 parents e6dbc98 + 28a1234 commit c823390

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ number of stage, and can accomodate higher dimension state than standard dynamic
5151
The algorithm return exact lower bound and estimated upper bound as well as approximate optimal
5252
control strategies.
5353

54-
55-
5654
## Installation
5755
Installing StochDynamicProgramming is an easy process.
5856
Currently, the package depends upon `StochasticDualDynamicProgramming.jl`, which is not
@@ -69,7 +67,7 @@ julia> Pkg.add("StochDynamicProgramming")
6967
## Usage
7068

7169
IJulia Notebooks will be provided to explain how this package work.
72-
A first example on a two dams valley [here.] (http://nbviewer.jupyter.org/github/leclere/StochDP-notebooks/blob/master/notebooks/damsvalley.ipynb)
70+
A first example on a two dams valley [here](http://nbviewer.jupyter.org/github/leclere/StochDP-notebooks/blob/master/notebooks/damsvalley.ipynb).
7371

7472

7573
## Documentation

0 commit comments

Comments
 (0)