diff --git a/README.md b/README.md
index eb4d01c5..a091ee33 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# Lectern - Data Dictionary Management and Validation
-[
](http://slack.overture.bio)
+[
](http://slack.overture.bio)
[
](https://github.com/overture-stack/lectern/blob/develop/LICENSE)
-[
](CODE_OF_CONDUCT.md)
+[
](CODE_OF_CONDUCT.md)
Lectern is Overture's Data Dictionary Schema Manager, providing a system for defining Schemas that will validate the structured data collected by an application. The core of Lectern is a web-server application that handles storage and version management of data dictionaries. Lectern data dictionaries are collections of schemas that define the structure of tabular data files (like TSV). This application provides functionality to validate the structure of data dictionaries, maintain a list of dictionary versions, and to compute the difference between dictionary versions.
@@ -36,12 +36,12 @@ The modules in the monorepo are organized into two categories:
* __packages/__ - Reusable packages shared between applications and other packages. Packages are published to [NPM](https://npmjs.com).
* __scripts__ - Utility scripts for use within this repo.
-| Component | Package Name | Path | Published Location | Description |
-| --------------------------------------------------- | ---------------------------------- | ---------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| [Lectern Server](apps/server/README.md) | @overture-stack/lectern-server | apps/server/ | [](https://github.com/overture-stack/lectern/pkgs/container/lectern) | Lectern Server web application. |
-| [Lectern Client](packages/client/README.md) | @overture-stack/lectern-client | packages/client | [](https://www.npmjs.com/package/@overture-stack/lectern-client) | TypeScript Client to interact with Lectern Server and Lectern data dictionaries. This library provides a REST client to assist in fetching data from the Lectern server. It also exposes the functionality from the Lectern Validation library to use a Lectern data dictionary to validate data. |
-| [Lectern Dictionary](packages/dictionary/README.md) | | @overture-stack/lectern-dictionary | packages/dictionary/ | [](https://www.npmjs.com/package/@overture-stack/lectern-dictionary) | Dictionary meta-schema definition, includes TS types, and Zod schemas. This also exports all utilities for getting the diff of two dictionaries. |
-| [Lectern Validation](packages/validation/README.md) | @overture-stack/lectern-validation | packages/validation/ | [](https://www.npmjs.com/package/@overture-stack/lectern-client) | Validate data using Lectern Dictionaries. |
+| Component | Package Name | Path | Published Location | Description |
+| --------------------------------------------------- | ---------------------------------- | ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Lectern Server](apps/server/README.md) | @overture-stack/lectern-server | apps/server/ | [](https://github.com/overture-stack/lectern/pkgs/container/lectern) | Lectern Server web application. |
+| [Lectern Client](packages/client/README.md) | @overture-stack/lectern-client | packages/client | [](https://www.npmjs.com/package/@overture-stack/lectern-client) | TypeScript Client to interact with Lectern Server and Lectern data dictionaries. This library provides a REST client to assist in fetching data from the Lectern server. It also exposes the functionality from the Lectern Validation library to use a Lectern data dictionary to validate data. |
+| [Lectern Dictionary](packages/dictionary/README.md) | | @overture-stack/lectern-dictionary | [](https://www.npmjs.com/package/@overture-stack/lectern-dictionary) | Dictionary meta-schema definition, includes TS types, and Zod schemas. This also exports all utilities for getting the diff of two dictionaries. |
+| [Lectern Validation](packages/validation/README.md) | @overture-stack/lectern-validation | packages/validation/ | [](https://www.npmjs.com/package/@overture-stack/lectern-client) | Validate data using Lectern Dictionaries. |
## Developer Instructions
@@ -49,9 +49,9 @@ You can install all dependencies for the entire repo from the root (as defined
`pnpm install`
-Using `nx` will ensure all local dependencies are built, in the correct sequence, when building, running, or testing any of the applications and packages in the repo. To run a package.json script from any module - after installing dependencies - use a command of the form `pnpm nx