Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Cristian <[email protected]>
  • Loading branch information
snaselj and cmsirbu authored Oct 24, 2023
1 parent e64e975 commit 74d579e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nautobot-app-ssot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> NOTE: If you're just getting started with using Cookiecutter, please refer back to the main [README](../README.md) to understand how Cookiecutter works.
This folder provides Cookiecutter template for Nautobot Single Source of Truth App that adheres to Network to Code's Development Standards. The cookie provides a development environment to develop and test your Nautobot App with that is provided by Docker Compose.
This folder provides a Cookiecutter template for a Nautobot Single Source of Truth App that adheres to Network to Code's Development Standards. The cookie provides a development environment to develop and test your Nautobot App with, which is provided by Docker Compose.

The term SSoT, or Single Source of Truth, refers to the intention of using Nautobot to consolidate data from disparate Systems of Record to create a single resource for all automation needs. This is done by extending the [Nautobot SSoT framework](https://github.com/nautobot/nautobot-plugin-ssot) which uses the DiffSync library. This plug-in is built with the capability in mind to import and export data from your desired System of Record.

Expand All @@ -16,7 +16,7 @@ The term SSoT, or Single Source of Truth, refers to the intention of using Nauto

## Getting Started

To use this template, follow the [instructions in README](../README.md).
To use this template, follow the [instructions in the README](../README.md).

To bake a cookie use the proper template name:

Expand Down
4 changes: 2 additions & 2 deletions nautobot-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> NOTE: If you're just getting started with using Cookiecutter, please refer back to the main [README](../README.md) to understand how Cookiecutter works.
This folder provides Cookiecutter template for Nautobot App that adheres to Network to Code's Development Standards. The cookie provides a development environment to develop and test your Nautobot App with that is provided by Docker Compose.
This folder provides a Cookiecutter template for a Nautobot App that adheres to Network to Code's Development Standards. The cookie provides a development environment to develop and test your Nautobot App with, which is provided by Docker Compose.

### IMPORTANT Cookie Notes

Expand All @@ -14,7 +14,7 @@ This folder provides Cookiecutter template for Nautobot App that adheres to Netw

## Getting Started

To use this template, follow the [instructions in README](../README.md).
To use this template, follow the [instructions in the README](../README.md).

Once the cookie is generated the next step is to start developing the App! If you're not familiar with the development environment provided by this cookie, we recommend checking out the Development Environment guide located in the documentation tree at `docs/dev/dev_environment.md`.

Expand Down

0 comments on commit 74d579e

Please sign in to comment.