diff --git a/docs/Networking.md b/docs/Networking.md index 5f684321d..7f8dc0356 100644 --- a/docs/Networking.md +++ b/docs/Networking.md @@ -129,5 +129,3 @@ ws.onclose = (e) => { console.log(e.code, e.reason); }; ``` - -Your app can now display all sorts of data and you may soon need to organize this content into several screens. To manage the transition between these screens, you will need to learn about [navigators](docs/navigation.html).