From c317963075b936a8305544e2c53f83cd07ffc487 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 11 Dec 2020 11:24:24 -0500 Subject: [PATCH] update docs --- docs/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev.md b/docs/dev.md index 96c75da2..9347c1a3 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -8,7 +8,7 @@ and the [Bubble API Reference](https://app.getbubblenow.com/apidocs/) # Vagrant Setup The easiest way to get started with Bubble is to use the [Vagrant Developer Setup](dev_vagrant.md). -# Manual Development Setup +# Manual Setup If you'd prefer not to use Vagrant or want to build things locally, follow the [Bubble Manual Development Setup](dev_manual.md) instructions.