diff --git a/README.md b/README.md index 8f1f325..36cef34 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# cjs-mock +# cjs-mock [![build status](https://github.com/mhweiner/cjs-mock/actions/workflows/workflow.yml/badge.svg)](https://github.com/mhweiner/cjs-mock/actions) [![semantic-release](https://img.shields.io/badge/semantic--release-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) @@ -53,7 +53,7 @@ test('valid word returns true', async (assert) => { }); ``` -See more examples in the [examples.md](examples.md) file/ +See more examples in the [docs/examples.md](examples.md) # Installation @@ -83,8 +83,6 @@ Error: The following imports were unused in ./foo: This is a defensive measure to ensure that the mocks are being used as intended. -[See example usage with relative paths](/examples.md#mocking-a-local-module-javascript) - # Partial Mocking You can nest `mock()` for partial mocking of nested dependencies: @@ -133,8 +131,8 @@ MIT © Marc H. Weiner # Sponsored by -[![Sponsored by Aeroview](sponsored-by-aeroview.svg)](https://aeroview.io) +[![Sponsored by Aeroview](docs/sponsored-by-aeroview.svg)](https://aeroview.io) -We believe that observability tools should be easy-to-use and developer-friendly and built with serverless in mind. See your logs in real time, automatically create incidents, and schedule on-call rotations. +We believe that observability tools should be easy-to-use, developer-friendly, and built with serverless in mind. See your logs in real time, automatically create incidents, and schedule on-call rotations. We are currently in private beta, and we are looking for beta testers. If you are interested, please apply at [aeroview.io](https://aeroview.io). diff --git a/cjs-mock-icon.svg b/docs/cjs-mock-icon.svg similarity index 100% rename from cjs-mock-icon.svg rename to docs/cjs-mock-icon.svg diff --git a/examples.md b/docs/examples.md similarity index 100% rename from examples.md rename to docs/examples.md diff --git a/graphic.png b/docs/graphic.png similarity index 100% rename from graphic.png rename to docs/graphic.png diff --git a/icon.png b/docs/icon.png similarity index 100% rename from icon.png rename to docs/icon.png diff --git a/sponsored-by-aeroview.svg b/docs/sponsored-by-aeroview.svg similarity index 100% rename from sponsored-by-aeroview.svg rename to docs/sponsored-by-aeroview.svg