Skip to content

Commit b4706f1

Browse files
committed
Merge pull request #19 from jakebolewski/patch-1
Update README.md
2 parents 4d443d1 + 499d212 commit b4706f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ User-defined axis types can be added along with custom indexing
109109
behaviors.
110110

111111
### Example: compute the intensity-weighted mean along the z axis
112-
```
112+
```julia
113113
B = AxisArray(randn(100,100,100), :x, :y, :z)
114114
Itotal = sumz = 0.0
115115
for iter in eachindex(B) # traverses in storage order for cache efficiency

0 commit comments

Comments
 (0)