Skip to content

Commit a38145b

Browse files
committed
Update README
1 parent 423d418 commit a38145b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,18 @@ which include:
2121
marginalizing out the remaining variables.
2222

2323
## Installation
24+
2425
<p>
2526
<code>TensorInference</code> is a &nbsp;
2627
<a href="https://julialang.org">
2728
<img src="https://raw.githubusercontent.com/JuliaLang/julia-logo-graphics/master/images/julia.ico" width="16em">
2829
Julia Language
2930
</a>
30-
&nbsp; package. To install <code>TensorInference</code>,
31-
start Julia's <a href="https://docs.julialang.org/en/v1/manual/getting-started/">REPL</a> and press <kbd>]</kbd> key in the REPL to use the package mode, then type
31+
&nbsp; package. To install it, start Julia's <a
32+
href="https://docs.julialang.org/en/v1/manual/getting-started/">REPL</a>,
33+
press the <kbd>]</kbd> key to start the <a
34+
href="https://docs.julialang.org/en/v1/stdlib/Pkg/">package mode</a>, and
35+
then type
3236
</p>
3337

3438
```julia
@@ -40,7 +44,7 @@ To update, type `up` in the package mode.
4044
## Examples
4145

4246
Check out the [examples](examples) directory to learn how to use the API of
43-
*TensorInference.jl*.
47+
`TensorInference`.
4448

4549
## Supporting and Citing
4650

0 commit comments

Comments
 (0)