Skip to content

Commit 4f4b98a

Browse files
Update README.md
1 parent ed70125 commit 4f4b98a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/WebapiAsync/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# Magento_WebapiAsync module
22

3-
**Magento_WebapiAsync** module extends Webapi extension and provide functional to process asynchronous requests.
3+
Magento_WebapiAsync module extends Webapi extension and provide functional to process asynchronous requests.
44

5-
**Magento_WebapiAsync** module handles asynchronous requests, schedule, publish and consume bulk operations from a queue.
5+
Magento_WebapiAsync module handles asynchronous requests, schedule, publish and consume bulk operations from a queue.
66

77
## Installation details
88

9-
Before installing this module, note that the **Magento_WebapiAsync** is dependent on the following modules:
9+
Before installing this module, note that the Magento_WebapiAsync is dependent on the following modules:
1010

1111
- Magento_AsynchronousOperations
1212
- Magento_Customer
1313
- Magento_User
1414
- Magento_Webapi
1515

16-
Please find here [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
16+
Refer to [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
1717

1818
## Structure
1919

2020
`Code/` - the directory that contains Remote service reader configuration files.
2121

22-
For information about a typical file structure of a module in Magento 2, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure).
22+
For information about a typical file structure of a module, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure).
2323

2424
## Extensibility
2525

0 commit comments

Comments
 (0)