Skip to content

Commit

Permalink
fix: minor fixes to published package
Browse files Browse the repository at this point in the history
Andrew Stacy committed Sep 10, 2024
1 parent 4efcb7c commit 8dccbcd
Showing 5 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Adze

![Adze Logo](assets/logo-small.png)
![Adze Logo](./readme/logo-small.png)

[![build workflow](https://github.com/AJStacy/adze/actions/workflows/build.yml/badge.svg)](https://github.com/AJStacy/adze/actions/workflows/build.yml)
![npm](https://img.shields.io/npm/v/adze) ![node-lts](https://img.shields.io/node/v-lts/adze) [![size](https://badgen.net/bundlephobia/minzip/adze)](https://bundlephobia.com/result?p=adze) [![dependency count](https://badgen.net/bundlephobia/dependency-count/adze)](https://bundlephobia.com/result?p=adze) [![apache 2.0](https://badgen.net/npm/license/adze)](/LICENSE.md)
@@ -9,7 +9,7 @@

## Why is this named Adze?

![A drawing of a man using an adze to shape a log](assets/adze-wikipedia.png)
![A drawing of a man using an adze to shape a log](./readme/adze-wikipedia.png)

_Photo from [Wikipedia](https://en.wikipedia.org/wiki/Adze)_

@@ -48,7 +48,7 @@ Aside from [universalism](https://en.wikipedia.org/wiki/Isomorphic_JavaScript),

<span style="display: block; max-width: 600px">

![Preview of Adze logs](./docs/getting-started/examples/introduction/demo.jpg)
![Preview of Adze logs](./readme/demo.jpg)

</span>

@@ -66,7 +66,7 @@ adze.namespace('example').log('Example log');

The output of this would look like the following:

![Adze log example](./docs/getting-started/examples/introduction/api_example_output_1.png)
![Adze log example](./readme/api_example_output_1.png)

## Install the Package

3 changes: 3 additions & 0 deletions readme/adze-wikipedia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions readme/api_example_output_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions readme/demo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions readme/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8dccbcd

Please sign in to comment.