Skip to content

Commit 7081a99

Browse files
committed
refactor!: update rsconnect index page to use board_connect
1 parent edeb006 commit 7081a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pins/rsconnect/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h3>{{pin_name}}</h3>
4949
<section>
5050
<h3>Python Code</h3>
5151

52-
<pre id="pin-python" class="pin-code"><code class="python">from pins import board_rsconnect
52+
<pre id="pin-python" class="pin-code"><code class="python">from pins import board_connect
5353
board = {{board_deparse}}
5454
board.pin_read("{{pin_name}}")</code></pre>
5555

0 commit comments

Comments
 (0)