Skip to content

Commit

Permalink
Merge pull request #373 from musm/musm-patch-1
Browse files Browse the repository at this point in the history
Update README, fix example code and a dead link
  • Loading branch information
musm authored Mar 13, 2017
2 parents dcd7233 + e0e5218 commit 19db55e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ end
Convenience functions for attributes attached to datasets are also provided:

```julia
A=[1:10]
A = Vector{Int}(1:10)
h5write("bar.h5", "foo", A)
h5writeattr("bar.h5", "foo", Dict("c"=>"value for metadata parameter c","d"=>"metadata d"))
h5readattr("bar.h5", "foo")
Expand All @@ -139,8 +139,7 @@ demonstrate usage.

## Credits

- [Konrad Hinsen](https://github.com/khinsen/julia_hdf5) initiated
Julia's support for HDF5
- Konrad Hinsen initiated Julia's support for HDF5

- Tim Holy and Simon Kornblith (co-maintainers and primary authors)

Expand Down

0 comments on commit 19db55e

Please sign in to comment.