Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Nov 18, 2020
1 parent 0fb4d91 commit 9e9acbe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ JavaScript microlibrary for developing Web Components with Decorators that uses

Chat with us on [Dischord](https://discord.gg/8GDKfv).

For more information, read the [Readymade documentation](https://readymade-ui.github.io/readymade/).
For more information, read the [Readymade documentation](https://readymade-ui.github.io).

### Getting Started

Expand Down
3 changes: 2 additions & 1 deletion pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const replace = str => {
};

(async () => {
const input = await fs.readFileSync('dist/client/index.html', 'utf8');
let input = await fs.readFileSync('dist/client/index.html', 'utf8');
input = input.replace('<head>', '<head><base href="/readymade">');
const result = posthtml([
inline({ root: path.join(__dirname, 'dist', 'client') })
]).process(input);
Expand Down
2 changes: 1 addition & 1 deletion src/modules/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ JavaScript microlibrary for developing Web Components with Decorators that uses

Chat with us on [Dischord](https://discord.gg/8GDKfv).

For more information, read the [Readymade documentation](https://readymade-ui.github.io/readymade/).
For more information, read the [Readymade documentation](https://readymade-ui.github.io).

### Getting Started

Expand Down
2 changes: 1 addition & 1 deletion src/modules/dom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Collection of readymade components that extend from native HTML elements.
npm install @readymade/dom
```

For more information, read the [Readymade documentation](https://readymade-ui.github.io/readymade/).
For more information, read the [Readymade documentation](https://readymade-ui.github.io).
2 changes: 1 addition & 1 deletion src/modules/router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Client side router compatible with Web Components and Readymade.
npm install @readymade/router
```

For more information, read the [Readymade documentation](https://readymade-ui.github.io/readymade/).
For more information, read the [Readymade documentation](https://readymade-ui.github.io).

0 comments on commit 9e9acbe

Please sign in to comment.