diff --git a/README.md b/README.md index fade6e70..e07021ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +Logo [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/cozodb/cozo/Build)](https://github.com/cozodb/cozo/actions/workflows/build.yml) [![Crates.io](https://img.shields.io/crates/v/cozo)](https://crates.io/crates/cozo) @@ -31,29 +31,29 @@ and `FRA` is the code for Frankfurt Airport. How many airports are directly connected to `FRA`? - +directly connected How many airports are reachable from `FRA` by one stop? - +one stop How many airports are reachable from `FRA` by any number of stops? - +recursion What are the two most difficult to reach airports -by the mininum number of hops required, +by the minimum number of hops required, starting from `FRA`? - +shortest routes What is the shortest path between `FRA` and `YPO`, by actual distance travelled? - +algorithm Cozo attempts to provide nice error messages when you make mistakes: - +error message ## Install @@ -290,7 +290,7 @@ and the body In fact, if you use your browser to navigate to `http://127.0.0.1:9070` and open your developer tools, you will be greeted with a very simple JS client: - +JS console ## Learning CozoScript diff --git a/1_direct_reachable.png b/static/1_direct_reachable.png similarity index 100% rename from 1_direct_reachable.png rename to static/1_direct_reachable.png diff --git a/2_one_hop_reachable.png b/static/2_one_hop_reachable.png similarity index 100% rename from 2_one_hop_reachable.png rename to static/2_one_hop_reachable.png diff --git a/3_all_rechable.png b/static/3_all_rechable.png similarity index 100% rename from 3_all_rechable.png rename to static/3_all_rechable.png diff --git a/4_most_hops.png b/static/4_most_hops.png similarity index 100% rename from 4_most_hops.png rename to static/4_most_hops.png diff --git a/5_algo.png b/static/5_algo.png similarity index 100% rename from 5_algo.png rename to static/5_algo.png diff --git a/6_err_msg.png b/static/6_err_msg.png similarity index 100% rename from 6_err_msg.png rename to static/6_err_msg.png diff --git a/7_js_client.png b/static/7_js_client.png similarity index 100% rename from 7_js_client.png rename to static/7_js_client.png diff --git a/Dockerfile b/static/Dockerfile similarity index 100% rename from Dockerfile rename to static/Dockerfile diff --git a/logo_c.png b/static/logo_c.png similarity index 100% rename from logo_c.png rename to static/logo_c.png diff --git a/release_process.md b/static/release_process.md similarity index 100% rename from release_process.md rename to static/release_process.md