Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 15, 2024
1 parent 17514db commit 48768b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default (async () => {
<script type="module">
// axios available, since it was attached to the window inside the IIFE
axios.get("/user?ID=12345").then(function (response) {
axios.get("/user/12345").then(function (response) {
console.log(response);
});
</script>
Expand Down

0 comments on commit 48768b3

Please sign in to comment.