Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
csbailey5t committed Nov 7, 2016
1 parent 90ffc20 commit 46fac25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Expand Up @@ -21,7 +21,7 @@ To initialize Mirador, it needs to be attached to an existing HTML **div** throu
position: fixed;
}
</style>
<link rel="stylesheet" type="text/css" href="or/css/mirador-combined.css">
<link rel="stylesheet" type="text/css" href="build/mirador/css/mirador-combined.css">
<script src="build/mirador/mirador.min.js"></script>
</head>
<body>
Expand Down

0 comments on commit 46fac25

Please sign in to comment.