Skip to content

Commit

Permalink
update docs (#326)
Browse files Browse the repository at this point in the history
* update docs

* fix
  • Loading branch information
lesleyrs authored Aug 31, 2024
1 parent fa9a34e commit 0c5badd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/implementation.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ <h3 id="adding-your-code-to-lobster">Adding your code to Lobster</h3>
You can turn Lobster into a console-only language in one step by simply
removing the engine folder from the project.</p></li>
</ul>
<p>You can always run Lobster with the <code>-r</code> option to get an
<p>You can always run Lobster with the <code>--gen-builtins-html</code> option to get an
overview of all functions currently added to the system (the current
list is <a href="builtin_functions_reference.html">here</a>). To
add/remove functionality is generally as easy as adding/removing the
Expand Down
2 changes: 1 addition & 1 deletion docs/lsp.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ <h2 id="i-want-to-use-this-for-x-editoride">I want to use this for x
IDE. See your IDE/editors documentation on how to integrate this. PRs
are always welcome.</p>
<p>You compile the LSP to a final js file to be execute by node with
<code>npm webpack</code>.</p>
<code>npm run webpack</code>.</p>
</body>
</html>

0 comments on commit 0c5badd

Please sign in to comment.