Skip to content

Commit e94cbb0

Browse files
committed
added author list to README
1 parent 313515d commit e94cbb0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ This algorithm is used in the *quantics tensor cross interpolation* (QTCI) metho
1010

1111
## Installation
1212

13-
`TensorCrossInterpolation.jl` has been registered to the General registry. Installing the package is as simple as
13+
This module has been registered in the General registry. It can be installed by typing the following in a Julia REPL:
1414
```julia
15-
]
16-
add TensorCrossInterpolation
15+
using Pkg; Pkg.add("TensorCrossInterpolation.jl")
1716
```
1817

1918
## Usage

0 commit comments

Comments
 (0)