Skip to content

Commit f7f4a20

Browse files
committed
Fixed typo in documentation sample code
1 parent 317d9f1 commit f7f4a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Include necessary scripts and styles:
4141
<script type="text/javascript" src="/bower_components/moment/min/moment.min.js"></script>
4242
<script type="text/javascript" src="/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
4343
<script type="text/javascript" src="/bower_components/eonasdan-bootstrap-datetimepicker/build/bootstrap-datetimepicker.min.js"></script>
44-
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/boostrap.min.css" />
44+
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css" />
4545
<link rel="stylesheet" href="/bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css" />
4646
</head>
4747
```

0 commit comments

Comments
 (0)