Skip to content

Commit

Permalink
docs: update readme link (#18)
Browse files Browse the repository at this point in the history
- Correct Part 5 title
- Update links in readme file
  • Loading branch information
LayZeeDK authored Sep 2, 2021
1 parent 0a20258 commit 6b81d1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ A free and open text-based course about RxJS.

## Content

1. [Async programming issues and RxJS. Promises vs Observables](part-1/part-1.md)
1. [Reactive Programming with RxJS](part-2/part-2.md)
1. [The most common RxJS operators](part-3/part-3.md)
1. [How RxJS is used by Angular](part-4/part-4.md)
1. [Everything is a stream: Pushed-based architecture](part-5/part-5.md)
1. [Creational operators](part-6/part-6.md)
1. [Async programming issues and RxJS. Promises vs Observables](docs/part-1.md)
1. [Reactive Programming with RxJS](docs/part-2.md)
1. [The most common RxJS operators](docs/part-3.md)
1. [How RxJS is used by Angular](docs/part-4.md)
1. [Everything is a stream: Push-based architecture](docs/part-5.md)
1. [Creational operators](docs/part-6.md)
4 changes: 2 additions & 2 deletions docs/part-5.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
id: part-5
title: Part 5. Everything is a stream: Pushed-based architecture
title: Part 5. Everything is a stream: Push-based architecture
---

# Everything is a stream: Pushed-based architecture
# Everything is a stream: Push-based architecture

Contributors:

Expand Down

0 comments on commit 6b81d1d

Please sign in to comment.