Skip to content

Commit

Permalink
Fixed error in readme files (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
silviaherguedas authored Oct 13, 2022
1 parent 6ed2546 commit 6a13caf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [7.0.1] - 2022-10-11
### Changed
- Fixed error in readme files

## [7.0.0] - 2022-10-06
### Changed
- Tests changed.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doofinder/php-doofinder",
"version": "7.0.0",
"version": "7.0.1",
"type": "library",
"description": "Doofinder PHP API Client",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Management/README_MANAGEMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Doofinder's management API allows you to perform the same administrative tasks y

- API version: 2.0

For more information, please visit [https://doofinder.com/support](https://app.doofinder.com/api/v2/)
For more information, please visit the documentation: [Management API](https://docs.doofinder.com/#section/Management-API)

<!-- TOC depthFrom:2 -->

Expand Down
4 changes: 2 additions & 2 deletions src/Search/README_SEARCH.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Official PHP Search Client for Doofinder

For more information, please visit [https://doofinder.com/support](https://app.doofinder.com/api/v2/)
For more information, please visit the documentation: [Search-API](https://docs.doofinder.com/#section/Search-API)

<!-- TOC depthFrom:2 -->

Expand Down Expand Up @@ -73,7 +73,7 @@ We use Api token in http header for authenticate requests.

require_once(__DIR__ . '/../vendor/autoload.php');

const HOST = 'https://eu1-api.doofinder.com';
const HOST = 'https://eu1-search.doofinder.com';
const TOKEN = 'your_api_token';

$searchClient = \Doofinder\Search\SearchClient::create(
Expand Down

0 comments on commit 6a13caf

Please sign in to comment.