Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
li3zhen1 authored Oct 18, 2023
1 parent 508adb8 commit 2458c8f
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 @@ -83,7 +83,7 @@ See [Example](https://github.com/li3zhen1/Grape/tree/main/Examples/ForceDirected

#### Extensibility

To integrate Grape into platforms where import simd isn't supported, you need to create a struct conforming to the VectorLike protocol. For ease of use, it's also recommended to add some type aliases. Here’s how you can do it:
To integrate Grape into platforms where `import simd` isn't supported, you need to create a struct conforming to the `VectorLike` protocol. For ease of use, it's also recommended to add some type aliases. Here’s how you can do it:

```swift
struct SuperCool4DVector { ... }
Expand Down

0 comments on commit 2458c8f

Please sign in to comment.