Skip to content

Commit 1b52b92

Browse files
committed
update to lowercase module name
1 parent 016e07c commit 1b52b92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ContextKit
1+
# contextkit
22

33

44
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
@@ -17,7 +17,7 @@ If a function pulls a single context snippit it will return the text, if
1717
it return multiple it will return a dictionary.
1818

1919
``` python
20-
import ContextKit.read as rd
20+
import contextkit.read as rd
2121
```
2222

2323
#### Read_X Functions

nbs/index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# ContextKit\n",
7+
"# contextkit\n",
88
"\n",
99
"> Reusable contexts for LLMs"
1010
]
@@ -54,7 +54,7 @@
5454
"metadata": {},
5555
"outputs": [],
5656
"source": [
57-
"import ContextKit.read as rd"
57+
"import contextkit.read as rd"
5858
]
5959
},
6060
{

0 commit comments

Comments
 (0)