Skip to content

Commit 6fc5e95

Browse files
authored
Update README.md
1 parent 78dd615 commit 6fc5e95

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ int main(int argc, char** argv) {
2626

2727
```
2828
29-
## How use this library?
29+
## How to use this library?
3030
3131
Simple just include it and before the include directive add `#define STRING_VIEW_IMPLEMENTATION`.
3232
No linking or stuff like that is needed.
@@ -54,7 +54,7 @@ No linking or stuff like that is needed.
5454
> }
5555
> ```
5656
57-
## Documentation
57+
## 📑 Documentation
5858
5959
The full documentation is situated inside the [string_view.h](./string_view.h) file.
6060
@@ -100,5 +100,9 @@ The full documentation is situated inside the [string_view.h](./string_view.h) f
100100
> |----------------------------------|-------------------------------------------------------|
101101
> | `string_view_contains_char` | Checks if a string view contains a specific character |
102102
> | `string_view_contains_substring` | Checks if a string view contains a specific substring |
103-
>
103+
104+
## 🔭 Resources
105+
106+
- [C++ std::string_view](https://en.cppreference.com/w/cpp/string/basic_string_view)
107+
- [Tsoding String_View](https://github.com/tsoding/sv)
104108

0 commit comments

Comments
 (0)