diff --git a/posts/2024-05-21_an_apache_camel_alike_routing_engine_written_in_golang_part_1/index.html b/posts/2024-05-21_an_apache_camel_alike_routing_engine_written_in_golang_part_1/index.html index 70e819b..311f0e5 100644 --- a/posts/2024-05-21_an_apache_camel_alike_routing_engine_written_in_golang_part_1/index.html +++ b/posts/2024-05-21_an_apache_camel_alike_routing_engine_written_in_golang_part_1/index.html @@ -137,7 +137,7 @@    request.Data = []byte(strings.ToLower(string(r.Data)))    return request, nil } -

To use a Wasm function in the routing engine, then we can leverage the wasm language,. +

To use a Wasm function in the routing engine, then we can leverage the wasm language. For example:

- route:
    from:
      uri: 'timer:foo?period=1s'