Skip to content

Commit

Permalink
1. Minor fix for placeholder.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlhlui committed Jan 31, 2025
1 parent e5ff3f6 commit 6ce870d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"outputs": [],
"source": [
"# Replace the placeholders with your own values and run this script to create a .env file\n",
"BASE_URL = 'https://demo.borealisdata.ca/' # Base URL of the repository; e.g., \"https://demo.borealisdata.ca/\"\n",
"BASE_URL = 'TARGET_REPO_URL' # Base URL of the repository; e.g., \"https://demo.borealisdata.ca/\"\n",
"API_KEY = 'YOUR_API_KEY' # Found in your Dataverse account settings. Optional. Delete this line if you plan not to use it.\n",
"\n",
"\n",
Expand Down

0 comments on commit 6ce870d

Please sign in to comment.