Skip to content

Commit

Permalink
Merge pull request #29 from juliendelplanque/patch-2
Browse files Browse the repository at this point in the history
Updated title.
  • Loading branch information
jecisc committed Sep 30, 2019
2 parents fe884c4 + 3eed604 commit 1d6af61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/DevelopmentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A first part will cover the design of the project and a second part will be a tu
- [Developer documentation](#developer-documentation)
* [Design](#design)
* [TinyCurrentLogger dynamic variable](#tinycurrentlogger-dynamic-variable)
* [Add a new leaf transcript](#add-a-new-leaf-transcript)
* [Add a new leaf logger](#add-a-new-leaf-logger)

## Design

Expand All @@ -28,7 +28,7 @@ To record logs, the user will use extension methods implemented on `Object` as

The `TinyCurrentLogger` has a default value that is the default instance of `TinyLogger`. This value can be changed using the `value:during:` message as explained in the user documentation.

## Add a new leaf transcript
## Add a new leaf logger

In this section we will add a new leaf logger recording logs in a remote server via a HTTP request on a REST API.

Expand Down

0 comments on commit 1d6af61

Please sign in to comment.