Skip to content

Commit 5c7fb20

Browse files
authored
Update README.md
1 parent 9d1b80f commit 5c7fb20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ That is, embed Clang and LLVM as a libraries in their codebases.
1414
The API are designed to be minimalistic and aid non-trivial tasks such as language interoperability on the fly.
1515
In such scenarios CppInterOp can be used to provide the necessary introspection information to the other side helping the language cross talk.
1616

17-
[Installation](#build-instructions-for-linux)
17+
[Installation](#build-instructions)
1818

19-
[Documentation](https://cppinterop.readthedocs.io/en/latest/index.html)
19+
[Documentation](https://cppinterop.readthedocs.io/en/latest/index.html)
2020

21-
[CppInterOp API Documentation](https://cppinterop.readthedocs.io/en/latest/build/html/index.html)
21+
[CppInterOp API Documentation](https://cppinterop.readthedocs.io/en/latest/build/html/index.html)
2222

2323
## CppInterOp Introduction
2424

@@ -71,7 +71,7 @@ Energy Physics (HEP) field, as it will become an essential part of the Root
7171
framework. Over time, parts of the Root framework can be swapped by this API,
7272
adding speed and resilience with it.
7373

74-
### Build Instructions (Includes instructions both Unix systems and Windows)
74+
### Build Instructions
7575

7676
Build instructions for CppInterOp and its dependencies are as follows. CppInterOP can be built with either Cling and Clang-REPL, so instructions will differ slightly depending on which option you would like to build, but should be clear from the section title which instructions to follow.
7777

0 commit comments

Comments
 (0)