From 4bc72ec6b355da9f1038fc521fe36a3c44505ff2 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 20 Oct 2020 16:50:00 +0200 Subject: [PATCH] Link to the node docs from the README Like we do for C++ and Rust --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e80df09e..037d38f2e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Refer to the README of each language directory in the `api` sub-folder: * [SixtyFPS-cpp](api/sixtyfps-cpp) ([Documentation](https://www.sixtyfps.io/docs/cpp)) * [SixtyFPS-rs](api/sixtyfps-rs) ([Documentation](https://www.sixtyfps.io/docs/rust/sixtyfps/) [![Crates.io](https://img.shields.io/crates/v/sixtyfps)](https://crates.io/crates/sixtyfps)) - * [SixtyFPS-node](api/sixtyfps-node) + * [SixtyFPS-node](api/sixtyfps-node) ([Documentation](https://www.sixtyfps.io/docs/node)) The [examples](/examples) folder contains examples and demos. The `docs` folder contains [build instructions](docs/building.md) and [internal developer docs](docs/development.md).