diff --git a/LICENSE.txt b/LICENSE.txt
index dad0328..89543b7 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2015-2016 Ashar Fuadi
+Copyright (c) Ashar Fuadi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index a9cfdd9..cc937ee 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,17 @@
-# tcframe 1.6.0
+
+
-[![GitHub Release](https://img.shields.io/github/release/ia-toki/tcframe.svg)](https://github.com/ia-toki/tcframe)
-![CI Status](https://github.com/ia-toki/tcframe/workflows/ci/badge.svg)
-[![Coverage Status](https://img.shields.io/codecov/c/github/ia-toki/tcframe/master.svg)](http://codecov.io/github/ia-toki/tcframe?branch=master)
-[![Documentation Status](https://readthedocs.org/projects/tcframe/badge/?version=latest)](http://docs.tcframe.org/)
+
TCFrame
-**tcframe** is a C++ framework for generating test cases of competitive programming problems. This framework helps problem writers prepare test cases in a structured manner and ensures that the generated test cases are valid according to the specified constraints.
+ A test case generation framework for competitive programming problems.
+
+
+
+
+
+
+
+TCFrame is a C++ framework for generating test cases of competitive programming problems. This framework helps problem writers prepare test cases in a structured manner and ensures that the generated test cases are valid according to the specified constraints.
Consult the complete documentation at https://tcframe.toki.id.
@@ -105,7 +111,7 @@ Example high-level usage:
## Features
-**tcframe** supports:
+TCFrame supports:
- Batch and interactive problems.
- ICPC-style problems and IOI-style problems with subtasks and points.
@@ -115,7 +121,7 @@ Example high-level usage:
## Requirements
-**tcframe** requires:
+TCFrame requires:
- Linux/macOS. Windows is not supported.
- GCC which supports C++17.
@@ -136,10 +142,10 @@ Example high-level usage:
## Credits
-**tcframe** is based on a paper submitted to IOI conference in 2015: [Introducing tcframe: A Simple and Robust Test Cases Generation Framework](https://ioinformatics.org/journal/v9_2015_57_73.pdf), written by **Ashar Fuadi**.
+TCFrame is based on a paper submitted to IOI conference in 2015: [Introducing tcframe: A Simple and Robust Test Cases Generation Framework](https://ioinformatics.org/journal/v9_2015_57_73.pdf), written by **Ashar Fuadi**.
-**tcframe** was mainly inspired from [testlib](https://github.com/MikeMirzayanov/testlib), written by Mike Mirzayanov et al.
+TCFrame was mainly inspired from [testlib](https://github.com/MikeMirzayanov/testlib), written by Mike Mirzayanov et al.
## License
-**tcframe** is released under MIT license.
+TCFrame is released under MIT license.