aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-07-21 11:22:03 +0200
committerCharles <sircharlesaze@gmail.com>2020-07-21 11:22:03 +0200
commitb96b82194ccad2cddbb46b77aa1962a57c47ff44 (patch)
treece947d652426224fa2413e7e1a676169e7e72325 /README.md
parentd4aeabeac0a8bd1665b14aacf487df17198c1ab9 (diff)
downloadlibft-push_swap.tar.gz
libft-push_swap.tar.bz2
libft-push_swap.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a278471..9644fcd 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-# libft [![Build Status](https://api.travis-ci.com/HappyTramp/libft.svg?branch=master)](https://travis-ci.com/HappyTramp/libft)
+# libft [![Build Status](https://api.travis-ci.com/cacharle/libft.svg?branch=master)](https://travis-ci.com/cacharle/libft)
libft is an extension/remake of the standard library.
## Getting Started
```
-git clone https://github.com/HappyTramp/libft libft
+git clone https://github.com/cacharle/libft libft
cd libft
make all
```
@@ -34,4 +34,4 @@ Much like the `.gitignore` file, you can put the files/directory to ignore when
## School correction state
-The state of this project when I turned it in for correction is [here](http://github.com/HappyTramp/libft/tree/raw).
+The state of this project when I turned it in for correction is [here](http://github.com/cacharle/libft/tree/raw).