Skip to content

Commit 9c86a9b

Browse files
authored
Update README.md to clarify about how to update regexes
1 parent f7f5a2f commit 9c86a9b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ This is the Go implementation of the [ua-parser](https://github.com/ua-parser)
1010

1111
## Updating
1212

13-
`uap-core` definitions are, by default, compiled and included in the Go portion of this package. To regenerate these definitions you can run the `build.sh` script.
14-
13+
`uap-core` definitions are, by default, compiled and included in the Go portion of this package. To regenerate these definitions you can run the `build.sh` script. All changes to regexes for detection must be made to the `uap-core` repository, and then pulled in to this repository via the build.sh script which updates the submodule.
1514
## Testing
1615

1716
$ cd uaparser

0 commit comments

Comments
 (0)