Skip to content

Commit

Permalink
Merge branch 'main' of github.com:xiexingen/topology-designable
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexingen committed Jan 6, 2024
2 parents 7d11448 + ea601b7 commit 3a1fb0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "16.x"
- name: Cache NPM dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.OS }}-npm-cache
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ topology designable
## Usage

```bash
npm install topology-designable
or
yarn add topology-designable
```

Expand Down

0 comments on commit 3a1fb0f

Please sign in to comment.