Skip to content

Commit 61d5711

Browse files
committed
Minor Readme clarification.
1 parent fcd5685 commit 61d5711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ std::cout << ollama::generate("llama3:8b", "Why is the sky blue?") << std::endl;
1010
```
1111

1212
## Quick Start
13-
Download the header in singleheader/ollama.hpp and include it with your project to get started. No additional files or linking are required. C++11 is the minimum required language specification and C++14/17/20 are also supported.
13+
Download the header in singleheader/ollama.hpp and include it with your project to get started. No additional files or linking are required. C++11 is the minimum required language specification and standards up to C++26 are supported.
1414

1515
For example:
1616
`g++ your_source_file.cpp -Iollama-hpp/singleheader -std=c++11`

0 commit comments

Comments
 (0)