Skip to content

Commit eac3f7b

Browse files
committed
Update readme formatting
1 parent 4badbfc commit eac3f7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ standard notation.
5353
`+`, `-`, `'`, `*`, `^`, `abs`, `sin`, `cos`
5454

5555
Element-wise operations `sin.`, `cos.`, `abs.`, `.*` and `.^` are supported.
56-
Vector 1-norm and 2-norm can be computed with `norm1` and `norm2`. Sums of vectors can be computed with `sum`.
56+
Vector 1-norm and 2-norm can be computed with `norm1` and `norm2`.
57+
Sums of vectors can be computed with `sum`.
5758
Matrix traces can be computed with `tr`.
5859

5960
### Installation

0 commit comments

Comments
 (0)