From 167c89efd943a4b1f4671a6671a090f79ad45de6 Mon Sep 17 00:00:00 2001 From: Richard <0866playback@gmail.com> Date: Wed, 7 Jul 2021 16:04:51 -0700 Subject: [PATCH] Update publishing-your-project.md --- docs/getting-started/publishing-your-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/publishing-your-project.md b/docs/getting-started/publishing-your-project.md index dfc875d..bb857c8 100644 --- a/docs/getting-started/publishing-your-project.md +++ b/docs/getting-started/publishing-your-project.md @@ -35,7 +35,7 @@ This loads the Rostruct library by getting the source and executing it. You can If you don't want to make an HTTP request, you can load Rostruct instantly by using the source code in your script. In other words, you'll be using Rostruct as an **internal module**. -To add Rostruct's source to your retriever, download the `Rostruct.lua` asset from your preferred release of Rostruct from the [GitHub Releases page](https://github.com/richie0866/Rostruct/releases/latest). +To add Rostruct's source to your retriever, download the `Rostruct.lua` asset from your preferred release of Rostruct from the [GitHub Releases page](https://github.com/richie0866/Rostruct/releases/latest), and paste it into your retriever. This file should end with `#!lua return Rostruct`. Since you're going to use Rostruct, all you have to do is remove that line!