Skip to content

Commit

Permalink
Update publishing-your-project.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richie0866 committed Jul 7, 2021
1 parent ede4293 commit 167c89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/publishing-your-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit 167c89e

Please sign in to comment.