@@ -35,7 +35,7 @@ var adapter = new DSFirebaseAdapter({
3535
3636var store = new JSData.DS ();
3737
38- store .registerAdapter (' DSFirebaseAdapter ' , adapter, { default: true });
38+ store .registerAdapter (' firebase ' , adapter, { default: true });
3939
4040// "store" will now use the firebase adapter for all async operations
4141```
@@ -64,21 +64,24 @@ First, feel free to contact me with questions. [Mailing List](https://groups.io/
6464
6565## License
6666
67+ The MIT License (MIT)
68+
6769Copyright (c) 2014 Jason Dobry
6870
69- Permission is hereby granted, free of charge, to any person obtaining a copy of
70- this software and associated documentation files (the "Software"), to deal in
71- the Software without restriction, including without limitation the rights to
72- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
73- of the Software, and to permit persons to whom the Software is furnished to do
74- so, subject to the following conditions:
71+ Permission is hereby granted, free of charge, to any person obtaining a copy
72+ of this software and associated documentation files (the "Software"), to deal
73+ in the Software without restriction, including without limitation the rights
74+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
75+ copies of the Software, and to permit persons to whom the Software is
76+ furnished to do so, subject to the following conditions:
7577
7678The above copyright notice and this permission notice shall be included in all
7779copies or substantial portions of the Software.
7880
7981THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
80- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
81- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
82- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
83- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
84- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
82+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
83+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
84+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
86+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
87+ SOFTWARE.
0 commit comments