diff --git a/README.md b/README.md index c954a2db..145d35c8 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,7 @@ There are other working NeoVim GUIs for OS X, e.g. [NyaoVim](https://github.com/ ### SwiftNeoVim -[SwiftNeoVim](https://github.com/qvacua/vimr/tree/master/SwiftNeoVim) is VimR's Cocoa Framework which bundles everything, e.g. NeoVim's `runtime`-files, needed to embed NeoVim in a Cocoa App. It is really easy to embed NeoVim in your own App: Just add an instance of `NeoVimView` somewhere in your App and that's it! 😎 (You can treat it as any other `NSView`-subclasses) - -TBD: More details. +[SwiftNeoVim](https://github.com/qvacua/vimr/tree/master/SwiftNeoVim) is VimR's Cocoa Framework which bundles everything, e.g. NeoVim's `runtime`-files, needed to embed NeoVim in a Cocoa App. See [the wiki page](https://github.com/qvacua/vimr/wiki/SwiftNeoVim-Framework) for more details. ---