Skip to content

Commit 8cc7eb9

Browse files
authored
Update README.md
1 parent 760e082 commit 8cc7eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ components (path, host, and so forth).
5555

5656
### Parsing & Validation
5757

58-
- Parse and validate a URL
58+
- Parse and validate a URL from an ASCII or UTF-8 string
5959

6060
```cpp
6161
ada::result<ada::url_aggregator> url = ada::parse<ada::url_aggregator>("https://www.google.com");
@@ -149,7 +149,7 @@ url->set_hash("is-this-the-real-life");
149149
For more information about command-line options, please refer to the [CLI documentation](docs/cli.md).
150150
### C wrapper
151151
152-
See the file `include/ada_c.h` for our C interface.
152+
See the file `include/ada_c.h` for our C interface. We expect ASCII or UTF-8 strings.
153153
154154
```C
155155
#include "ada_c.h"

0 commit comments

Comments
 (0)