Skip to content

Commit a83fe4b

Browse files
committed
fix: update import names — nse → nse_orchestrator, nostrcal → nostrcalendar
Fixes code examples on landing page and OpenClaw docs to match the current package import names after the coordinated rename.
1 parent 6bf5772 commit a83fe4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ <h1>Sovereign Identity<br>for <span>Both Sides</span></h1>
329329
<div class="code-block">
330330
<span class="comment"># One install. Five pillars. Both sides sovereign.</span><br>
331331
pip install <span class="fn">nse-orchestrator</span>[all]<br><br>
332-
<span class="kw">from</span> nse <span class="kw">import</span> <span class="fn">SovereignEntity</span><br><br>
332+
<span class="kw">from</span> nse_orchestrator <span class="kw">import</span> <span class="fn">SovereignEntity</span><br><br>
333333
<span class="comment"># The entity detects installed pillars automatically</span><br>
334334
entity = <span class="fn">SovereignEntity</span>.<span class="fn">create</span>(owner_name=<span class="str">"vergel"</span>)<br><br>
335335
<span class="comment"># Cross-pillar awareness &mdash; no single pillar sees this</span><br>

0 commit comments

Comments
 (0)