Skip to content

Commit

Permalink
docs: update observable pkg README.md
Browse files Browse the repository at this point in the history
(cherry picked from commit d5442c7062630d847e048850fa71806086f84172)
  • Loading branch information
bryanchriswhite committed Oct 23, 2023
1 parent dfb2aae commit 0ea010a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pkg/observable/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## `pkg/observable` Package
## `pocket/pkg/observable` Package

The `pkg/observable` package provides a lightweight and straightforward mechanism to handle asynchronous notifications using the Observer pattern. This is achieved through two primary interfaces: `Observable` and `Observer`.
The `pocket/pkg/observable` package provides a lightweight and straightforward mechanism to handle asynchronous notifications using the Observer pattern. This is achieved through two primary interfaces: `Observable` and `Observer`.

## Overview

Expand Down

0 comments on commit 0ea010a

Please sign in to comment.