Skip to content

Commit 9d98a66

Browse files
authored
docs: Fix Codegen reference (#42)
- **update README.md** - **fix build** - **add import**
1 parent cd9fc83 commit 9d98a66

File tree

4 files changed

+183
-181
lines changed

4 files changed

+183
-181
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<br />
2424

25-
[Codegen](https://graph-sitter.com) is a python library for manipulating codebases.
25+
[Graph-sitter](https://graph-sitter.com) is a python library for manipulating codebases.
2626

2727
```python
2828
from codegen import Codebase
@@ -96,7 +96,7 @@ If you run into additional issues not listed here, please [join our slack commun
9696
- [Contributing](CONTRIBUTING.md)
9797
- [Contact Us](https://codegen.com/contact)
9898

99-
## Why Codegen?
99+
## Why Graph-sitter?
100100

101101
Software development is fundamentally programmatic. Refactoring a codebase, enforcing patterns, or analyzing control flow - these are all operations that can (and should) be expressed as programs themselves.
102102

0 commit comments

Comments
 (0)