Skip to content

Commit 6020d15

Browse files
authored
Update README.md
1 parent f1ea11f commit 6020d15

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22

33
Finite Field Library in Javascript
44

5-
## License
6-
7-
ffjavascript is part of the iden3 project copyright 2020 0KIMS association and published with GPL-3 license. Please check the COPYING file for more details.
8-
95
This package is tested to work in the following environments:
106

117
- **NodeJS**
128
- **Browser**
139
- **Chrome Extension**
14-
- **Metamask Snaps**
10+
- **Metamask Snaps (SES)**
11+
12+
## Knows Issues
1513

16-
## Webpack Configuration (Optional)
14+
### Webpack Configuration
1715

18-
If you're using the `ffjavascript` package in a webpack project, you may need to disable the `splitChunks` option in your webpack configuration.
16+
If you're using the `ffjavascript` package in a webpack project (Next.js/Angular), you may need to disable the `splitChunks` option in your webpack configuration.
1917

2018
```javascript
2119
module.exports = {
@@ -26,3 +24,7 @@ module.exports = {
2624
// ...
2725
};
2826
```
27+
28+
## License
29+
30+
ffjavascript is part of the iden3 project copyright 2020 0KIMS association and published with GPL-3 license. Please check the COPYING file for more details.

0 commit comments

Comments
 (0)