next-auto-i18n 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -204,7 +204,7 @@ Un composant flottant est automatiquement genere dans `components/LanguageSwitch
|
|
|
204
204
|
## Developpement
|
|
205
205
|
|
|
206
206
|
```bash
|
|
207
|
-
git clone https://github.com/stvekoulo/
|
|
207
|
+
git clone https://github.com/stvekoulo/auto-i18n.git
|
|
208
208
|
cd next-auto-i18n
|
|
209
209
|
npm install
|
|
210
210
|
npm test # vitest
|