Skip to content

Commit d5339f2

Browse files
Update README.md
1 parent b52a71a commit d5339f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ close(ds)
162162

163163
It is also possible to create the dimensions, the define the variable and set its value with a single call to `defVar`:
164164

165-
```
165+
```julia
166166
using NCDatasets
167167
ds = Dataset("/tmp/test2.nc","c")
168168
data = [Float32(i+j) for i = 1:100, j = 1:110]

0 commit comments

Comments
 (0)