We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef7a4f commit 513ca8eCopy full SHA for 513ca8e
2 files changed
README.md
@@ -20,8 +20,8 @@ cd functional-programming
20
npm i
21
```
22
23
-> 본 문서는 `Gitbook` 으로도 볼 수 있습니다.
24
-> [GitBook Link](https://jbl428.gitbook.io/typescript-fp-ts)
+> 본 문서는 웹사이트로 볼 수 있습니다.
+> [Github Page Link](https://jbl428.github.io/functional-programming)
25
26
* [함수형 프로그래밍이란](src/what-is-fp/README.md)
27
src/SUMMARY.md
@@ -2,8 +2,6 @@
2
3
* [소개](README.md)
4
5
-# 문서
6
-
7
* [함수형 프로그래밍이란](what-is-fp/README.md)
8
9
* [함수형 프로그래밍의 두 가지 요소](two-pillar-of-fp/README.md)
0 commit comments