docs: update comment regarding commenting dep import

This commit is contained in:
rzmk 2024-03-04 17:49:38 -05:00
parent 831c575f14
commit 3c5fb9b7fd
No known key found for this signature in database

View file

@ -21,7 +21,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"// Uncomment the next line and comment the subsequent line if not running notebook from source\n", "// Comment the next line and uncomment the subsequent line if running notebook from source\n",
":dep ladderz = { git = \"https://github.com/rzmk/ladderz\", branch = \"main\" }\n", ":dep ladderz = { git = \"https://github.com/rzmk/ladderz\", branch = \"main\" }\n",
"// :dep ladderz = { path = \"../../ladderz\" }\n", "// :dep ladderz = { path = \"../../ladderz\" }\n",
"\n", "\n",