Skip to content

Commit aa830c0

Browse files
committed
Fix README
1 parent dda35a1 commit aa830c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Then, include Nodal in the target dependencies and make sure to enable C++ inter
2323
name: "YourTargetName",
2424
dependencies: ["Nodal"],
2525
swiftSettings: [.interoperabilityMode(.Cxx)] // Nodal requires C++ interop
26-
)```
26+
)
27+
```
2728

2829
## Usage
2930

0 commit comments

Comments
 (0)