Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<script> tags in README have wrong directory name #184

Open
kentr opened this issue Apr 14, 2016 · 0 comments
Open

<script> tags in README have wrong directory name #184

kentr opened this issue Apr 14, 2016 · 0 comments

Comments

@kentr
Copy link

kentr commented Apr 14, 2016

Problem

With an installation of HEAD, the source files are going into bower_components/persistence/lib, which has a different path than the examples in README.

Suggested fix

change

<script src="/bower_components/persistencejs/lib/persistence.js"></script>
<script src="/bower_components/persistencejs/lib/persistence.store.sql.js"></script>
<script src="/bower_components/persistencejs/lib/persistence.store.websql.js"></script>

to

<script src="/bower_components/persistence/lib/persistence.js"></script>
<script src="/bower_components/persistence/lib/persistence.store.sql.js"></script>
<script src="/bower_components/persistence/lib/persistence.store.websql.js"></script>
kentr added a commit to kentr/persistencejs that referenced this issue Apr 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant