diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-08-25 11:00:28 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-08-25 11:00:28 +0200 |
commit | a032a6f2bbdc09326157278f6d15df1472331b83 (patch) | |
tree | 156a2764b107e2ff5118cc57cf97a9a533fbd569 /docs/INTERNALS.md | |
parent | a71c9d4c404e53226ea4310414ddebc6d83f7786 (diff) | |
download | curl-a032a6f2bbdc09326157278f6d15df1472331b83.tar.gz |
INTERNALS: fix title
Diffstat (limited to 'docs/INTERNALS.md')
-rw-r--r-- | docs/INTERNALS.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index 565d9df6c..1691fcc04 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -1,5 +1,5 @@ -Table of Contents -================= +curl internals +============== - [Intro](#intro) - [git](#git) @@ -40,8 +40,8 @@ Table of Contents - [Structs in libcurl](#structs) <a name="intro"></a> -curl internals -============== +Intro +===== This project is split in two. The library and the client. The client part uses the library, but the library is designed to allow other applications to |