Skip to content

Commit 3d45b62

Browse files
committed
📚 Fix minor problems in README.md
1 parent 7617093 commit 3d45b62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ National Institute for Space Research (INPE)](http://www.inpe.br).
1010
## Requirements
1111

1212
* Julia >= v0.6
13+
* StaticArrays
1314

1415
## Status
1516

@@ -40,7 +41,7 @@ The Euler angle and axis representation is defined by the following immutable
4041
structure:
4142

4243
```julia
43-
mutable struct EulerAngleAxis{T<:Real}
44+
struct EulerAngleAxis{T<:Real}
4445
a::T
4546
v::Vector{T}
4647
end

0 commit comments

Comments
 (0)