Skip to content

Commit 7c1302b

Browse files
authored
Cleaning up README (#15)
1 parent 6740ee9 commit 7c1302b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/nuget-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Nuget Release
22

33
on:
44
release:
5-
types: [ published ]
5+
types: [published]
66

77
jobs:
88
build:

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
[![license](https://img.shields.io/github/license/RedisTimeSeries/NRedisTimeSeries.svg)](https://github.com/RedisTimeSeries/NRedisTimeSeries)
1+
[![license](https://img.shields.io/github/license/redis/NRedisStack.svg)](https://github.com/redis/NRedisStack)
22
[![.github/workflows/integration.yml](https://github.com/redis/NRedisStack/actions/workflows/integration.yml/badge.svg)](https://github.com/redis/NRedisStack/actions/workflows/integration.yml)
3-
[![GitHub issues](https://img.shields.io/github/release/RedisTimeSeries/NRedisTimeSeries.svg)](https://github.com/RedisTimeSeries/NRedisTimeSeries/releases/latest)
4-
[![Codecov](https://codecov.io/gh/RedisTimeSeries/NRedisTimeSeries/branch/master/graph/badge.svg)](https://codecov.io/gh/RedisTimeSeries/NRedisTimeSeries)
5-
[![Known Vulnerabilities](https://snyk.io/test/github/redis/NRedisStack/badge.svg?targetFile=NRedisStack/NRedisStack.csproj)](https://snyk.io/test/github/RedisTimeSeries/NRedisTimeSeries?targetFile=NRedisTimeSeries/NRedisTimeSeries.csproj)
3+
[![GitHub issues](https://img.shields.io/github/release/redis/NRedisStack.svg)](https://github.com/redis/NRedisStack/releases/latest)
64

75
# NRedisStack
86

@@ -14,4 +12,4 @@ This project builds on [StackExchange.Redis](https://github.com/StackExchange/St
1412

1513
## API
1614

17-
The complete documentation for Redis module commands can be found at the [Redis commands website](https://redis.io/commands/).
15+
The complete documentation for Redis module commands can be found at the [Redis commands website](https://redis.io/commands/).

0 commit comments

Comments
 (0)