Skip to content

Commit

Permalink
fix section header by removing extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
jrevels committed Sep 3, 2015
1 parent 1319971 commit 1b5cf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,6 +50,6 @@ julia> ForwardDiff.hessian(f, x) # H(f)(x) == J(∇f)(x), as expected
1.03257 3.37871 1.71818 0.964566 0.140689
```

## News
## News

- 9/3/2015: We're releasing ForwardDiff.jl v.0.1.0. A *lot* has changed since the previous version of the package. The best way to get yourself acquainted with the new API is to read our new [documentation](http://www.juliadiff.org/ForwardDiff.jl/).

0 comments on commit 1b5cf91

Please sign in to comment.