Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmackenzie committed Sep 22, 2017
1 parent 09d4e8a commit eaa4488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The modules in this package are all designed to be imported using `as` to

```elm
import OpenSolid.Point3d as Point3d exposing (Point3d)
import OpenSolid.WebGLMath.Interop.Point3d as Point3d
import OpenSolid.Interop.WebGLMath.Point3d as Point3d
```

will let you use functions from both modules as if they were part of one big
Expand Down

0 comments on commit eaa4488

Please sign in to comment.