From bf3f88e44a7782a3c057eb5620559e485a9275a7 Mon Sep 17 00:00:00 2001 From: Alberto Ramos Date: Wed, 1 Jul 2020 11:51:05 +0100 Subject: [PATCH] Correction to README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c3da5f8..a98bc01 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ BDIO.jl is a package to write/read [BDIO](http://bdio.org) (**B**inary **D**ata **I**nput/**O**utput) files. The full documentation of the package is available via the usual -(Julia `REPL` help -mode)[https://docs.julialang.org/en/v1/stdlib/REPL/#Help-mode-1] and -online in (HTML format)[https://ific.uv.es/~alramos/docs/BDIO/]. +[Julia `REPL` help +mode](https://docs.julialang.org/en/v1/stdlib/REPL/#Help-mode-1) and +online in [HTML format](https://ific.uv.es/~alramos/docs/BDIO/). ## Install @@ -23,7 +23,7 @@ The package does not require much configuration, but it is recommended that the variables `user` and `host` contain reasonable values. Since `BDIO` is a light package, probably the easiest is to add to your `~/.julia/config/startup.jl` something like -``` +```julia using BDIO BDIO_set_user("username") BDIO_set_host("laptop") -- 2.24.1