capacitor-community / sqlite

Community plugin for native & electron SQLite databases
MIT License
426 stars 104 forks source link

Error in README.md with install instructions #520

Closed bluepuma77 closed 2 months ago

bluepuma77 commented 2 months ago

Describe the bug README.md states:

then add plugin to main `capacitor.config.json` file:

with code example:

import { CapacitorConfig } from '@capacitor/cli';
...

which is clearly not JSON.

Is it meant to go into capacitor.config.ts?

Does it also need to go into capacitor.config.json in correct JSON format?

jepiqueau commented 2 months ago

@bluepuma77 it was capacitor.config.json and it is now capacitor.config.ts i will have to update the README. Thznks for pointing it to me

jepiqueau commented 2 months ago

@bluepuma77 fix in v5.6.2 Thanks