Skip to content

Commit d333c24

Browse files
committed
Added Tutorials
1 parent cb5e43b commit d333c24

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/howtos/herokunodejs/index-herokunodejs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: index-herokunodejs
3-
title: Redis on Heroku using NodeJS
3+
title: NodeJS based application on Heroku using Redis
44
sidebar_label: How to build NodeJS based application on Heroku using Redis
55
slug: /howtos/herokunodejs
66
---

docs/howtos/herokupython/index-herokupython.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: index-herokupython
3-
title: Redis on Heroku using Python
3+
title: Python based application on Heroku using Redis
44
sidebar_label: How to build Python based application on Heroku using Redis
55
slug: /howtos/herokupython
66
---

docs/howtos/index-howtos.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ This page holds a catalog with dozens of ready-to-use app listings from Redis La
108108

109109
<div class="col">
110110
<RedisCard
111-
title="Redis on Heroku using Python"
111+
title="Python based application on Heroku using Python"
112112
description="How to build Python based Rate Limiting application on Heroku using Redis"
113113
page="/howtos/herokupython"
114114
/>
@@ -117,7 +117,7 @@ This page holds a catalog with dozens of ready-to-use app listings from Redis La
117117

118118
<div class="col">
119119
<RedisCard
120-
title="NodeJS Heroku using Redis"
120+
title="NodeJS based application on Heroku using Redis"
121121
description="How to build NodeJS based Rate Limiting application on Heroku using Redis"
122122
page="/howtos/herokunodejs"
123123
/>
@@ -126,7 +126,7 @@ This page holds a catalog with dozens of ready-to-use app listings from Redis La
126126

127127
<div class="col">
128128
<RedisCard
129-
title="Java on Heroku using Redis"
129+
title="Java based application on Heroku using Redis"
130130
description="How to build Java based application on Heroku using Redis"
131131
page="/howtos/herokujava"
132132
/>

0 commit comments

Comments
 (0)