Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c authored Jul 17, 2022
1 parent 0d1df91 commit bd5cf3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Mainly intended to hybrid projects, migrations and for use by pure-Java integrat
;; {:backend [{:enabled true, :bootstrap-servers "127.0.0.1:9092", :type "kafka", :name "test"} nil {:type "http", :name "weak-connection-api", :method "post"}], :front [nil nil [{:mode some} {:type ttt}] nil [nil nil {:type 1, :mode zzz}]], :core {:test-list a, :journal {:port 26333}}}
(slurp "ext.properties")
;; "external.property.name = foo"
(def conf-full-verride (jconf/load-config "test" {:with-arrays true :config "./ext.properties"}))
;; conf-full-verride
(def conf-full-override (jconf/load-config "test" {:with-arrays true :config "./ext.properties"}))
;; conf-full-override
;; {:backend [{:enabled true, :bootstrap-servers "127.0.0.1:9092", :type "kafka", :name "test"} nil {:type "http", :name "weak-connection-api", :method "post"}], :front [nil nil [{:mode some} {:type ttt}] nil [nil nil {:type 1, :mode zzz}]], :core {:test-list a, :journal {:port 26333}}, :external {:property {:name foo}}}
----

Expand Down Expand Up @@ -86,6 +86,6 @@ The library also contains some handy methods-helpers

== License

©2022 Fern Flower Lab
© 2022 Fern Flower Lab

Distributed under the MIT License.

0 comments on commit bd5cf3e

Please sign in to comment.