mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-12 15:11:47 +08:00
Update import URL text (#282)
This commit is contained in:
parent
10973de66b
commit
00edceafc9
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@ defmodule LivebookWeb.HomeLive.ImportUrlComponent do
|
|||
</div>
|
||||
<% end %>
|
||||
<p class="text-gray-700">
|
||||
Load notebook from an online source (e.g. a GitHub repository)
|
||||
simply by pasting its URL.
|
||||
Paste the URL to a .livemd file, to a GitHub file, or to a Gist to import it.
|
||||
</p>
|
||||
<%= f = form_for :data, "#",
|
||||
phx_submit: "import",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue