From ce8912a0a776f3da3f9efc70135e4417c6afd98a Mon Sep 17 00:00:00 2001 From: linglp Date: Mon, 27 Nov 2023 11:22:15 -0500 Subject: [PATCH] correct format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b97ec3..2928cdc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Simply clone the repository and run `python3 -m http.server`. # Run schema viz for your data model and publish visualization using github action (preferred) * Fork this repository. If you have forked this repo, make sure that the `main` branch of your forked repository is in sync with the `main` branch of this repo. * In your forked repository, open `files/config.yml` and update the schema url that you want to use for your project. Please note that by default we are using schematic prod environment when making API calls. -* Run schema viz locally by running `python3 -m http.server` and see the schema viz locally. If some parts of the visualization gets cut, please adjust the width of your visualization in `createCollapsibleTree function` in `collapsibleTangleTree.js` (See around line 66 in `collapsibleTangleTree.js`) +* Run schema viz locally by running `python3 -m http.server` and see the schema viz locally. If some parts of the visualization gets cut, please adjust the width of your visualization in `createCollapsibleTree` function in `collapsibleTangleTree.js` (See around line 66 in `collapsibleTangleTree.js`) * Enable Github action in your repo. Click on "Settings" > "Pages". Under section "Build and deployment", select "main" branch or a branch that you desire to build github pages. (Please see more instructions [here](https://github.com/ncihtan/schema_visualization/tree/develop-update-schema-viz)) * After your site gets published successfully, to visit your published site, under "GitHub Pages", click `Visit site`