Skip to content

Commit

Permalink
Merge pull request #902 from MuhammadHassanAmin/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in README.md
  • Loading branch information
generalbytes authored Mar 4, 2024
2 parents 3404042 + 2c5fcae commit 86b73c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ If you happen to add new cryptocurrency in CryptoCurrency class in currencies mo
Creating your own extension
=================
When you want to develop your own operator specific extension please create a new module and implement your extension there.
Use server_extensions_template module as a termplate for your first extension. Just copy this module and rename it.
Use server_extensions_template module as a template for your first extension. Just copy this module and rename it.
You will need to modify also settings.gradle file to contain your new extension module's name. See how is the server_extensions_template module mentioned and add line for your new extension module.
After building the whole project your built extension shoud be in following file: <code>yournewextension/build/libs/yournewextension.jar</code>
Copy it to CAS server at following location: <code>/batm/app/master/extensions/</code>
Expand Down

0 comments on commit 86b73c7

Please sign in to comment.