@ozanarslan/corpus 0.1.6 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,7 +18,7 @@ npm install @ozanarslan/corpus
18
18
  Create a simple server:
19
19
 
20
20
  ```typescript
21
- import C from "@ozanarslan/corpus";
21
+ import { C } from "@ozanarslan/corpus";
22
22
 
23
23
  // Initialize server
24
24
  const server = new C.Server();