Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Update bootstrap-demo.aml
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrupin committed Jun 29, 2019
1 parent b32b076 commit 396b1de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/bootstrap-demo.aml
Expand Up @@ -52,8 +52,8 @@ div -> class="container"
end -> div
end -> div
end -> div
script -> src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
script -> src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
script -> src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
script -> https://code.jquery.com/jquery-3.3.1.slim.min.js
script -> https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js
script -> https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js

// -> This is a demonstration of LineScript using Bootstrap 4!

0 comments on commit 396b1de

Please sign in to comment.