Unverified Commit 972ffd31 authored by Victor Zverovich's avatar Victor Zverovich Committed by GitHub

Update README.rst

parent 2ed412fa
...@@ -44,7 +44,7 @@ Features ...@@ -44,7 +44,7 @@ Features
reported at compile time, automatic memory management prevents buffer overflow reported at compile time, automatic memory management prevents buffer overflow
errors. errors.
* Ease of use: small self-contained code base, no external dependencies, * Ease of use: small self-contained code base, no external dependencies,
permissive BSD `license permissive MIT `license
<https://github.com/fmtlib/fmt/blob/master/LICENSE.rst>`_ <https://github.com/fmtlib/fmt/blob/master/LICENSE.rst>`_
* `Portability <https://fmt.dev/latest/index.html#portability>`_ with * `Portability <https://fmt.dev/latest/index.html#portability>`_ with
consistent output across platforms and support for older compilers. consistent output across platforms and support for older compilers.
...@@ -471,7 +471,7 @@ A: use ``std::tuple``: ...@@ -471,7 +471,7 @@ A: use ``std::tuple``:
License License
------- -------
{fmt} is distributed under the BSD `license {fmt} is distributed under the MIT `license
<https://github.com/fmtlib/fmt/blob/master/LICENSE.rst>`_. <https://github.com/fmtlib/fmt/blob/master/LICENSE.rst>`_.
The `Format String Syntax The `Format String Syntax
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment