diff --git a/README.md b/README.md index 6f620b3..1977f20 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,13 @@ Source code: [ForceDirectedGraph3D/ContentView.swift](https://github.com/li3zhen ## Usage -### `Grape` +### `Grape` (WIP) `Grape` provides a SwiftUI view `ForceDirectedGraph`: +> [!IMPORTANT] +> `ForceDirectedGraph` is only a minimal working example. Please refer to the next section to create a more complex view. + ```swift struct ForceDirectedGraphSwiftUIExample: View { let graphController = ForceDirectedGraph2DController() @@ -96,8 +99,7 @@ struct ForceDirectedGraphSwiftUIExample: View { } } ``` -> [!NOTE] -> `ForceDirectedGraph` is only a minimal working example. Please refere to the next section if you need a view that really works. + ### `ForceSimulation`