Skip to content

Commit

Permalink
modified: docs/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
miner committed Jan 16, 2024
1 parent b515d30 commit fe156fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h3>Rosebrock Function</h3>
<textarea id="rosebrock_demo" rows="40" cols="110"></textarea>
<script id="rosebrock_demo_code_source">
async function ceresSolveRosebrock() {
const {Ceres} = await import('../dist/ceres.js');
const {Ceres} = await import('https://cdn.jsdelivr.net/gh/Pterodactylus/Ceres.js@master/dist/ceres.min.js');

let rosebrockSystem = {
"variables": {
Expand Down

0 comments on commit fe156fa

Please sign in to comment.