Skip to content

Commit 464cd54

Browse files
committed
Update README
1 parent 7f254bd commit 464cd54

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
@@ -8,7 +8,7 @@ To build from source, use:
88
```bash
99
cargo install --git https://github.com/matt-cornell/cobalt-lang
1010
```
11-
By default, builds link dynamically to LLVM 16. They can also statically link to it by enabling the `prefer-static` or `force-static` features. LLVM 15 can be linked to instead with the `llvm-15` feature.
11+
By default, builds link dynamically to LLVM 16. They can also statically link to it by enabling the `prefer-static` or `force-static` features.
1212
## Language features
1313
- Modern programming features without a focus on compatibility with an outdated standard
1414
- First-class functions, arrays, and types

0 commit comments

Comments
 (0)