Skip to content

Commit 5c2e6b0

Browse files
authored
Update README.md (#17)
1 parent eef9ad4 commit 5c2e6b0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ import FS from '@isomorphic-git/lightning-fs';
4949
const fs = new FS("testfs")
5050
```
5151

52+
**Note: do not create multiple `fs` instances using the same name.** If you do, you'll have two distinct FileSystems both fighting over the same IndexedDb store.
53+
5254
Options object:
5355

5456
| Param | Type [= default] | Description |
@@ -147,4 +149,4 @@ All the same functions as above, but instead of passing a callback they return a
147149

148150
## License
149151

150-
MIT
152+
MIT

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ module.exports = function (config) {
7979
platformName: 'iOS',
8080
platformVersion: '11.2',
8181
browserName: 'Safari',
82-
appiumVersion: '1.7.2'
82+
appiumVersion: '1.9.1'
8383
},
8484
sl_android_chrome: {
8585
base: 'SauceLabs',
8686
deviceName: 'Android GoogleAPI Emulator',
8787
platformName: 'Android',
8888
platformVersion: '7.1',
8989
browserName: 'Chrome',
90-
appiumVersion: '1.7.2'
90+
appiumVersion: '1.9.1'
9191
},
9292
FirefoxHeadless: {
9393
base: 'Firefox',

0 commit comments

Comments
 (0)