Skip to content

Commit

Permalink
Updating user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonettas committed Nov 15, 2023
1 parent 91c1e17 commit 0e3f5fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ $ cat shadow-cljs.edn
;; the next two lines aren't needed but pretty convenient
:nrepl {:port 9000}
:my-build-id {:devtools {:preloads [flow-storm.api]}}
:my-build-id {:devtools {:preloads [flow-storm.preload]}}
...}
----

Expand Down
4 changes: 2 additions & 2 deletions docs/user_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ <h5 id="_clojurescript_vanilla_flowstorm"><a class="anchor" href="#_clojurescrip

</span><span class="c1">;; the next two lines aren't needed but pretty convenient</span><span class="w">
</span><span class="no">:nrepl</span><span class="w"> </span><span class="p">{</span><span class="no">:port</span><span class="w"> </span><span class="mi">9000</span><span class="p">}</span><span class="w">
</span><span class="no">:my-build-id</span><span class="w"> </span><span class="p">{</span><span class="no">:devtools</span><span class="w"> </span><span class="p">{</span><span class="no">:preloads</span><span class="w"> </span><span class="p">[</span><span class="n">flow-storm.api</span><span class="p">]}}</span><span class="w">
</span><span class="no">:my-build-id</span><span class="w"> </span><span class="p">{</span><span class="no">:devtools</span><span class="w"> </span><span class="p">{</span><span class="no">:preloads</span><span class="w"> </span><span class="p">[</span><span class="n">flow-storm.preload</span><span class="p">]}}</span><span class="w">
</span><span class="n">...</span><span class="p">}</span></code></pre>
</div>
</div>
Expand Down Expand Up @@ -3352,7 +3352,7 @@ <h3 id="_internals_diagrams_and_documentation"><a class="anchor" href="#_interna
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-11-08 17:22:56 -0300
Last updated 2023-11-15 10:58:15 -0300
</div>
</div>
</body>
Expand Down

0 comments on commit 0e3f5fd

Please sign in to comment.