Skip to content

Commit 6adea47

Browse files
docs: Update README.md with correct path
1 parent 35f70d5 commit 6adea47

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
@@ -7,7 +7,7 @@ A graphing calculator written in C++ with an ImGui user interface rendered with
77
## How to get started
88

99
The codebase of this repo is quite big, but the file that is of interest to you as a contributor is [
10-
`src/code/Core/Application.cpp`](src/core/Core/Application.cpp). It contains the code for parsing expressions
10+
`src/core/Core/Application.cpp`](src/core/Core/Application.cpp). It contains the code for parsing expressions
1111
(using [ExprTk](https://github.com/ArashPartow/exprtk)) and the rendering logic for calculating the graph's points. Most,
1212
if not all features can be implemented by only modifying this one file.
1313

0 commit comments

Comments
 (0)