Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Aug 22, 2024
1 parent 7cd6527 commit 4ea9972
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
echo "Anchor version: $(anchor --version)"
echo "Node.js version: $(node --version)"
- name: Install npm Dependencies
- name: Install NPM Dependencies
run: npm install

- name: Build Anchor Program
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
> NFT Marketplace Event Ticketing on the Solana Blockchain
![Build](https://github.com/s-damian/anchor-nft-ticketing/actions/workflows/tests.yml/badge.svg)
![Clippy](https://github.com/s-damian/anchor-nft-ticketing/actions/workflows/static-analysis.yml/badge.svg)
![License](https://img.shields.io/badge/License-MIT-blue)
[![Build](https://github.com/s-damian/anchor-nft-ticketing/actions/workflows/tests.yml/badge.svg)](https://github.com/s-damian/anchor-nft-ticketing/actions/workflows/tests.yml)
[![Clippy](https://github.com/s-damian/anchor-nft-ticketing/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/s-damian/anchor-nft-ticketing/actions/workflows/static-analysis.yml)
[![License](https://img.shields.io/badge/License-MIT-blue)](https://github.com/s-damian/anchor-nft-ticketing/blob/main/LICENSE)

This **NFT Solana Project** is developed by [Stephen Damian](https://github.com/s-damian)

Expand Down

0 comments on commit 4ea9972

Please sign in to comment.