From 0054bcc64898ac165b6ddb3bc577613a058c6e46 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 23 Jul 2019 17:11:33 +0200 Subject: try to make README render better on libregit --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b189106..01d9195 100644 --- a/README.md +++ b/README.md @@ -19,25 +19,28 @@ It you want to use this in your project, just add hashtable.c to your C source f ####Console example#### Run something like: - gcc hashtable.c example_use.c -std=c99 -Wall -O2 -o example_use + $`gcc hashtable.c example_use.c -std=c99 -Wall -O2 -o example_use` And then start the program: - ./example_use + $`./example_use` It understands the following kinds of commands fed to it's input: - add - set - get - rem + `add ` + + `set ` + + `get ` + + `rem ` As well as: - entries + `entries` which prints the number of key→value pairs stored in the hashtable and - print + `print` which prints all the mappings in the ht. ##Incomplete parts## -- cgit v1.2.3