Skip to content

Commit 923dfa3

Browse files
authored
updating the name
1 parent f6bee4f commit 923dfa3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ReadMe.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# Functor
1+
# Endofunctor
22

33
Faster router in Deno (Working in the benchmarks)
44

5-
Functor was designed to be:
5+
Endofunctor was designed to be:
66

77
- Independent
88
- Fast
99
- Scalable
1010
- Predictable
1111

1212
Get started in 10 Minutes!
13-
## Get Functor and a server
13+
## Get Endofunctor and a server
1414

1515
```typescript
16-
//Functor is just a router, so a server that give a Request and expect Response is needed
16+
//Endofunctor is just a router, so a server that give a Request and expect Response is needed
1717

1818
import { serve } from "https://deno.land/[email protected]/http/server.ts";
1919

2020
// import fun
2121

22-
import fun from "https://deno.land/x/functor/fun.ts";
22+
import fun from "https://deno.land/x/endofunctor/fun.ts";
2323
```
2424
## Give a path and a function
2525

@@ -114,7 +114,7 @@ await serve(
114114
{ port: 8080, hostname: "127.0.0.1" },
115115
);
116116
```
117-
## Static file is natively build in functor!
117+
## Static file is natively build in Endofunctor !
118118

119119
```typescript
120120
// "path" is relative to terminal
@@ -179,4 +179,4 @@ type ParamsMethod = "GET" | "HEAD" | "POST" | "DELETE";
179179

180180
## License
181181

182-
[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0/legalcode.txt)
182+
[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0/legalcode.txt)

0 commit comments

Comments
 (0)