From 01da9c3f685114f625b6f0c2412b1993d4abb84d Mon Sep 17 00:00:00 2001 From: Seleznev Anton Date: Sat, 3 Nov 2018 20:47:51 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 40beceb..82e548f 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ See [wiki](https://github.com/seleznevae/libfort/wiki) of the project. ## Getting Started The common libfort usage pattern: -- create a table (_ft_create_table_); -- fill it with data (_ft_write_ln_, _fr_ptrintf_ln_, _ft_row_write_, ...); -- modify basic table appearance (_ft_set_cell_option_, ft_set_border_style ...) -- convert table to string representation (_ft_to_string_); -- destroy the table (_ft_destroy_table_) +- create a table (`_ft_create_table_`); +- fill it with data (`_ft_write_ln_`, `_fr_ptrintf_ln_`, `_ft_row_write_`, ...); +- modify basic table appearance (`_ft_set_cell_option_`, `ft_set_border_style` ...) +- convert table to string representation (`_ft_to_string_`); +- destroy the table (`_ft_destroy_table_`) Here are some examples: