diff --git a/README.md b/README.md index 44a209a..97a3e05 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ macro `defalias` is used to define a struct alias. ```clojure (defalias ::point [::ffi/struct - [:x ::ffi/float] - [:y ::ffi/float]]) + [[:x ::ffi/float] + [:y ::ffi/float]]]) (defcfn zero-point "zero" [] ::point)