Skip to content

Commit

Permalink
Merge pull request #54 from SY573M404/pr-libtdjson-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olemskoi authored Aug 6, 2021
2 parents 5c72714 + 7e1e778 commit e4708c1
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 @@ -121,7 +121,7 @@ Client methods are being executed asynchronously and return Concurrent::Promises

```ruby
TD.configure do |config|
config.lib_path = 'path/to/dir_containing_libtdjson' # libtdson will be searched in this directory (*.so, *.dylib, *.dll are valid extensions). For Rails projects, if not set, will be considered as project_root_path/vendor. If not set and file doesn't exist in vendor, it will try to find lib by ldconfig (only on Linux).
config.lib_path = 'path/to/dir_containing_libtdjson' # libtdjson will be searched in this directory (*.so, *.dylib, *.dll are valid extensions). For Rails projects, if not set, will be considered as project_root_path/vendor. If not set and file doesn't exist in vendor, it will try to find lib by ldconfig (only on Linux).
config.encryption_key = 'your_encryption_key' # it's not required

config.client.api_id = 12345
Expand Down

0 comments on commit e4708c1

Please sign in to comment.