From 94f7dae20cc84212627db93b4c78223e3df7336c Mon Sep 17 00:00:00 2001 From: Zane Hitchcox Date: Sat, 30 Jan 2021 18:48:28 -0500 Subject: [PATCH] add working example Change-type: patch --- docs/GettingStarted.md | 2 +- examples/getting-started | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 examples/getting-started diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 5fe693408..b8e4f4ef1 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -1,6 +1,6 @@ # Getting Started with Pine.js -This guide assumes that you have already read the main [README](https://github.com/balena-io/pinejs/blob/master/README.md) file of this repo and you have understood the main concepts of Pine.js. +This guide assumes that you have already read the main [README](https://github.com/balena-io/pinejs/blob/master/README.md) file of this repo and you have understood the main concepts of Pine.js. You can find a working examples of this tutorial in the [examples directory](/examples/getting-started). ## Initialize an example application diff --git a/examples/getting-started b/examples/getting-started new file mode 160000 index 000000000..5546f3649 --- /dev/null +++ b/examples/getting-started @@ -0,0 +1 @@ +Subproject commit 5546f36492ffc6a7f12e84c7312f87d3b72f0d8d